Color spaces of #dca545
RGB | 220 | 165 | 69 |
---|---|---|---|
HSL | 0.11 | 0.68 | 0.57 |
HSV | 38° | 69° | 86° |
CMYK | 0.00 | 0.25 | 0.69 0.14 |
XYZ | 44.0445 | 42.5556 | 11.5229 |
Yxy | 42.5556 | 0.4489 | 0.4337 |
Hunter Lab | 65.2347 | 6.3573 | 35.1914 |
CIE-Lab | 71.2523 | 10.8324 | 55.8337 |
#dca545 color RGB value is (220,165,69).
#dca545 hex color red value is 220, green value is 165 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dca545 hue: 0.11 , saturation: 0.68 and the lightness value of dca545 is 0.57.
The process color (four color CMYK) of #dca545 color hex is 0.00, 0.25, 0.69, 0.14. Web safe color of #dca545 is #cc9933. Color #dca545 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100101 | 01000101 |
Octal | 334 | 245 | 105 |
Decimal | 220 | 165 | 69 |
Hex | DC | A5 | 45 |
Shades of #dca545
Tints of #dca545
RGB Percentages of Color #dca545
CMYK Percentages of Color #dca545
Complementary Color
#dca545 | #457cdc |
#dca545 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca545 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca545 Color CSS Codes
.mybgcolor {background-color:#dca545; } .myforecolor {color:#dca545; } .mybordercolor {border:3px solid #dca545; }
#dca545 Text Font Color
<p style="color:#dca545">Text here</p>
This sample text font color is #dca545
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dca545 Background Color
<div style="background-color:#dca545">
Div content here</div>
This div background color is #dca545
#dca545 Border Color
<div style="border:3px solid #dca545">
Div here</div>
This div border color is #dca545
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,165,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca545; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca545; -webkit-box-shadow: 1px 1px 3px 2px #dca545; box-shadow: 1px 1px 3px 2px #dca545; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,165,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca545">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca545; -webkit-box-shadow: 1px 1px 3px 2px #dca545; box-shadow: 1px 1px 3px 2px #dca545;">
Div content here</div>
This div box has shadow with color #dca545
Comments
No comments written yet.
Please login to write comment.