Shades of Goldenrod #D4DB60
Tints of Goldenrod #D4DB60
RGB
CMYK
RGB Variations
Color information
#D4DB60 (or 0xD4DB60) is known color: Goldenrod. HEX triplet: D4, DB and 60. RGB value is (212,219,96). Sum of RGB (Red+Green+Blue) = 212+219+96=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB60 is #2B249F. Grayscale: #CBCBCB. Windows color (decimal): -2827424 or 6347732. OLE color: 6347732.
HSL color Cylindrical-coordinate representation of color #D4DB60: hue angle of 63.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4DB60 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 96 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.14 |
| HSL | 63.41º | 0.63% | 0.62% | - |
| HSV(B) | 63.41º | 0.56% | 0.86% | - |
| XYZ | 54.59 | 65.5 | 20.83 | - |
| YUV | 202.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 96 | 0.03 | 0 | 0.56 | 0.14 | 63.41 | 0.63 | 0.62 |
| Hex | D4 | DB | 60 | 3 | 0 | 38 | E | 3F | 3F | 3E |
| Octal | 324 | 333 | 140 | 3 | 0 | 70 | 16 | 77 | 77 | 76 |
| Binary | 11010100 | 11011011 | 1100000 | 11 | 0 | 111000 | 1110 | 111111 | 111111 | 111110 |
Color Harmonies of #D4DB60
Complementary color
Monochromatic Colors of #D4DB60
Black with #D4DB60
Text Example
Text Example
White with #D4DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB60; }
p { color: rgb(212,219,96); }
H1.HeaderClassName
{
color: #D4DB60;
}
.AnyTagClassName
{
color: #D4DB60;
}
</style>
background-color css
<style>
a { background-color: #D4DB60; }
a { background-color: rgb(212,219,96); }
div.DivClassName
{
background-color: #D4DB60;
}
.BgClassName
{
background-color: #D4DB60;
}
</style>
border-color css
<style>
span { border-color: #D4DB60; }
span { border-color: rgb(212,219,96); }
td.TdClassName
{
border-color: #D4DB60;
}
.TagClassName
{
border-color: #D4DB60;
}
</style>