Color spaces of #dbcd4a
RGB | 219 | 205 | 74 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.57 |
HSV | 54° | 66° | 86° |
CMYK | 0.00 | 0.06 | 0.66 0.14 |
XYZ | 52.2808 | 59.2171 | 15.1531 |
Yxy | 59.2171 | 0.4128 | 0.4676 |
Hunter Lab | 76.9526 | -13.3962 | 42.1918 |
CIE-Lab | 81.4108 | -10.2005 | 64.3057 |
#dbcd4a color RGB value is (219,205,74).
#dbcd4a hex color red value is 219, green value is 205 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbcd4a hue: 0.15 , saturation: 0.67 and the lightness value of dbcd4a is 0.57.
The process color (four color CMYK) of #dbcd4a color hex is 0.00, 0.06, 0.66, 0.14. Web safe color of #dbcd4a is #cccc33. Color #dbcd4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001101 | 01001010 |
Octal | 333 | 315 | 112 |
Decimal | 219 | 205 | 74 |
Hex | DB | CD | 4A |
Shades of #dbcd4a
Tints of #dbcd4a
RGB Percentages of Color #dbcd4a
CMYK Percentages of Color #dbcd4a
Complementary Color
#dbcd4a | #4a58db |
#dbcd4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcd4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcd4a Color CSS Codes
.mybgcolor {background-color:#dbcd4a; } .myforecolor {color:#dbcd4a; } .mybordercolor {border:3px solid #dbcd4a; }
#dbcd4a Text Font Color
<p style="color:#dbcd4a">Text here</p>
This sample text font color is #dbcd4a
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.
#dbcd4a Background Color
<div style="background-color:#dbcd4a">
Div content here</div>
This div background color is #dbcd4a
#dbcd4a Border Color
<div style="border:3px solid #dbcd4a">
Div here</div>
This div border color is #dbcd4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,205,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcd4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcd4a; -webkit-box-shadow: 1px 1px 3px 2px #dbcd4a; box-shadow: 1px 1px 3px 2px #dbcd4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,205,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcd4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcd4a; -webkit-box-shadow: 1px 1px 3px 2px #dbcd4a; box-shadow: 1px 1px 3px 2px #dbcd4a;">
Div content here</div>
This div box has shadow with color #dbcd4a
Comments
No comments written yet.
Please login to write comment.