Color spaces of #dcaa29
RGB | 220 | 170 | 41 |
---|---|---|---|
HSL | 0.12 | 0.72 | 0.51 |
HSV | 43° | 81° | 86° |
CMYK | 0.00 | 0.23 | 0.81 0.14 |
XYZ | 44.2902 | 44.1252 | 8.2805 |
Yxy | 44.1252 | 0.4580 | 0.4563 |
Hunter Lab | 66.4268 | 2.7683 | 39.1079 |
CIE-Lab | 72.3121 | 6.9825 | 67.5274 |
#dcaa29 color RGB value is (220,170,41).
#dcaa29 hex color red value is 220, green value is 170 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dcaa29 hue: 0.12 , saturation: 0.72 and the lightness value of dcaa29 is 0.51.
The process color (four color CMYK) of #dcaa29 color hex is 0.00, 0.23, 0.81, 0.14. Web safe color of #dcaa29 is #cc9933. Color #dcaa29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101010 | 00101001 |
Octal | 334 | 252 | 51 |
Decimal | 220 | 170 | 41 |
Hex | DC | AA | 29 |
Shades of #dcaa29
Tints of #dcaa29
RGB Percentages of Color #dcaa29
CMYK Percentages of Color #dcaa29
Complementary Color
#dcaa29 | #295bdc |
#dcaa29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaa29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaa29 Color CSS Codes
.mybgcolor {background-color:#dcaa29; } .myforecolor {color:#dcaa29; } .mybordercolor {border:3px solid #dcaa29; }
#dcaa29 Text Font Color
<p style="color:#dcaa29">Text here</p>
This sample text font color is #dcaa29
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.
#dcaa29 Background Color
<div style="background-color:#dcaa29">
Div content here</div>
This div background color is #dcaa29
#dcaa29 Border Color
<div style="border:3px solid #dcaa29">
Div here</div>
This div border color is #dcaa29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,170,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaa29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaa29; -webkit-box-shadow: 1px 1px 3px 2px #dcaa29; box-shadow: 1px 1px 3px 2px #dcaa29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,170,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaa29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaa29; -webkit-box-shadow: 1px 1px 3px 2px #dcaa29; box-shadow: 1px 1px 3px 2px #dcaa29;">
Div content here</div>
This div box has shadow with color #dcaa29
Comments
No comments written yet.
Please login to write comment.