Color spaces of #dcaf3b
RGB | 220 | 175 | 59 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.55 |
HSV | 43° | 73° | 86° |
CMYK | 0.00 | 0.20 | 0.73 0.14 |
XYZ | 45.6346 | 46.1914 | 10.6483 |
Yxy | 46.1914 | 0.4453 | 0.4508 |
Hunter Lab | 67.9643 | 0.9164 | 38.2857 |
CIE-Lab | 73.6696 | 5.0145 | 62.4581 |
#dcaf3b color RGB value is (220,175,59).
#dcaf3b hex color red value is 220, green value is 175 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dcaf3b hue: 0.12 , saturation: 0.70 and the lightness value of dcaf3b is 0.55.
The process color (four color CMYK) of #dcaf3b color hex is 0.00, 0.20, 0.73, 0.14. Web safe color of #dcaf3b is #cc9933. Color #dcaf3b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101111 | 00111011 |
Octal | 334 | 257 | 73 |
Decimal | 220 | 175 | 59 |
Hex | DC | AF | 3B |
Shades of #dcaf3b
Tints of #dcaf3b
RGB Percentages of Color #dcaf3b
CMYK Percentages of Color #dcaf3b
Complementary Color
#dcaf3b | #3b68dc |
#dcaf3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaf3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaf3b Color CSS Codes
.mybgcolor {background-color:#dcaf3b; } .myforecolor {color:#dcaf3b; } .mybordercolor {border:3px solid #dcaf3b; }
#dcaf3b Text Font Color
<p style="color:#dcaf3b">Text here</p>
This sample text font color is #dcaf3b
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.
#dcaf3b Background Color
<div style="background-color:#dcaf3b">
Div content here</div>
This div background color is #dcaf3b
#dcaf3b Border Color
<div style="border:3px solid #dcaf3b">
Div here</div>
This div border color is #dcaf3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,175,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaf3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaf3b; -webkit-box-shadow: 1px 1px 3px 2px #dcaf3b; box-shadow: 1px 1px 3px 2px #dcaf3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,175,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaf3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaf3b; -webkit-box-shadow: 1px 1px 3px 2px #dcaf3b; box-shadow: 1px 1px 3px 2px #dcaf3b;">
Div content here</div>
This div box has shadow with color #dcaf3b
Comments
No comments written yet.
Please login to write comment.