Color spaces of #dcbd07
RGB | 220 | 189 | 7 |
---|---|---|---|
HSL | 0.14 | 0.94 | 0.45 |
HSV | 51° | 97° | 86° |
CMYK | 0.00 | 0.14 | 0.97 0.14 |
XYZ | 47.7511 | 51.6262 | 7.6491 |
Yxy | 51.6262 | 0.4462 | 0.4824 |
Hunter Lab | 71.8514 | -7.1121 | 43.9841 |
CIE-Lab | 77.0568 | -3.6240 | 77.9188 |
#dcbd07 color RGB value is (220,189,7).
#dcbd07 hex color red value is 220, green value is 189 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dcbd07 hue: 0.14 , saturation: 0.94 and the lightness value of dcbd07 is 0.45.
The process color (four color CMYK) of #dcbd07 color hex is 0.00, 0.14, 0.97, 0.14. Web safe color of #dcbd07 is #cccc00. Color #dcbd07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111101 | 00000111 |
Octal | 334 | 275 | 7 |
Decimal | 220 | 189 | 7 |
Hex | DC | BD | 7 |
Shades of #dcbd07
Tints of #dcbd07
RGB Percentages of Color #dcbd07
CMYK Percentages of Color #dcbd07
Complementary Color
#dcbd07 | #0726dc |
#dcbd07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbd07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbd07 Color CSS Codes
.mybgcolor {background-color:#dcbd07; } .myforecolor {color:#dcbd07; } .mybordercolor {border:3px solid #dcbd07; }
#dcbd07 Text Font Color
<p style="color:#dcbd07">Text here</p>
This sample text font color is #dcbd07
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.
#dcbd07 Background Color
<div style="background-color:#dcbd07">
Div content here</div>
This div background color is #dcbd07
#dcbd07 Border Color
<div style="border:3px solid #dcbd07">
Div here</div>
This div border color is #dcbd07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,189,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbd07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbd07; -webkit-box-shadow: 1px 1px 3px 2px #dcbd07; box-shadow: 1px 1px 3px 2px #dcbd07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,189,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbd07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbd07; -webkit-box-shadow: 1px 1px 3px 2px #dcbd07; box-shadow: 1px 1px 3px 2px #dcbd07;">
Div content here</div>
This div box has shadow with color #dcbd07
Comments
No comments written yet.
Please login to write comment.