Color spaces of #dbcf74
RGB | 219 | 207 | 116 |
---|---|---|---|
HSL | 0.15 | 0.59 | 0.66 |
HSV | 53° | 47° | 86° |
CMYK | 0.00 | 0.05 | 0.47 0.14 |
XYZ | 54.6786 | 60.9467 | 25.4050 |
Yxy | 60.9467 | 0.3877 | 0.4322 |
Hunter Lab | 78.0684 | -11.5994 | 35.3537 |
CIE-Lab | 82.3501 | -8.0795 | 46.4431 |
#dbcf74 color RGB value is (219,207,116).
#dbcf74 hex color red value is 219, green value is 207 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dbcf74 hue: 0.15 , saturation: 0.59 and the lightness value of dbcf74 is 0.66.
The process color (four color CMYK) of #dbcf74 color hex is 0.00, 0.05, 0.47, 0.14. Web safe color of #dbcf74 is #cccc66. Color #dbcf74 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001111 | 01110100 |
Octal | 333 | 317 | 164 |
Decimal | 219 | 207 | 116 |
Hex | DB | CF | 74 |
Shades of #dbcf74
Tints of #dbcf74
RGB Percentages of Color #dbcf74
CMYK Percentages of Color #dbcf74
Complementary Color
#dbcf74 | #7480db |
#dbcf74 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcf74 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcf74 Color CSS Codes
.mybgcolor {background-color:#dbcf74; } .myforecolor {color:#dbcf74; } .mybordercolor {border:3px solid #dbcf74; }
#dbcf74 Text Font Color
<p style="color:#dbcf74">Text here</p>
This sample text font color is #dbcf74
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.
#dbcf74 Background Color
<div style="background-color:#dbcf74">
Div content here</div>
This div background color is #dbcf74
#dbcf74 Border Color
<div style="border:3px solid #dbcf74">
Div here</div>
This div border color is #dbcf74
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,207,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcf74; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcf74; -webkit-box-shadow: 1px 1px 3px 2px #dbcf74; box-shadow: 1px 1px 3px 2px #dbcf74; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,207,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcf74">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcf74; -webkit-box-shadow: 1px 1px 3px 2px #dbcf74; box-shadow: 1px 1px 3px 2px #dbcf74;">
Div content here</div>
This div box has shadow with color #dbcf74
Comments
No comments written yet.
Please login to write comment.