Color spaces of #dcbb15
RGB | 220 | 187 | 21 |
---|---|---|---|
HSL | 0.14 | 0.83 | 0.47 |
HSV | 50° | 90° | 86° |
CMYK | 0.00 | 0.15 | 0.90 0.14 |
XYZ | 47.4209 | 50.8104 | 8.0175 |
Yxy | 50.8104 | 0.4463 | 0.4782 |
Hunter Lab | 71.2814 | -5.9930 | 43.2282 |
CIE-Lab | 76.5640 | -2.4184 | 75.7650 |
#dcbb15 color RGB value is (220,187,21).
#dcbb15 hex color red value is 220, green value is 187 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dcbb15 hue: 0.14 , saturation: 0.83 and the lightness value of dcbb15 is 0.47.
The process color (four color CMYK) of #dcbb15 color hex is 0.00, 0.15, 0.90, 0.14. Web safe color of #dcbb15 is #cccc00. Color #dcbb15 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111011 | 00010101 |
Octal | 334 | 273 | 25 |
Decimal | 220 | 187 | 21 |
Hex | DC | BB | 15 |
Shades of #dcbb15
Tints of #dcbb15
RGB Percentages of Color #dcbb15
CMYK Percentages of Color #dcbb15
Complementary Color
#dcbb15 | #1536dc |
#dcbb15 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbb15 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbb15 Color CSS Codes
.mybgcolor {background-color:#dcbb15; } .myforecolor {color:#dcbb15; } .mybordercolor {border:3px solid #dcbb15; }
#dcbb15 Text Font Color
<p style="color:#dcbb15">Text here</p>
This sample text font color is #dcbb15
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.
#dcbb15 Background Color
<div style="background-color:#dcbb15">
Div content here</div>
This div background color is #dcbb15
#dcbb15 Border Color
<div style="border:3px solid #dcbb15">
Div here</div>
This div border color is #dcbb15
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,187,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbb15; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbb15; -webkit-box-shadow: 1px 1px 3px 2px #dcbb15; box-shadow: 1px 1px 3px 2px #dcbb15; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,187,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbb15">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbb15; -webkit-box-shadow: 1px 1px 3px 2px #dcbb15; box-shadow: 1px 1px 3px 2px #dcbb15;">
Div content here</div>
This div box has shadow with color #dcbb15
Comments
No comments written yet.
Please login to write comment.