Shades of Goldenrod #D4DB5F
Tints of Goldenrod #D4DB5F
RGB
CMYK
RGB Variations
Color information
#D4DB5F (or 0xD4DB5F) is known color: Goldenrod. HEX triplet: D4, DB and 5F. RGB value is (212,219,95). Sum of RGB (Red+Green+Blue) = 212+219+95=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB5F is #2B24A0. Grayscale: #CBCBCB. Windows color (decimal): -2827425 or 6282196. OLE color: 6282196.
HSL color Cylindrical-coordinate representation of color #D4DB5F: hue angle of 63.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4DB5F is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 95 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.14 |
| HSL | 63.39º | 0.63% | 0.62% | - |
| HSV(B) | 63.39º | 0.57% | 0.86% | - |
| XYZ | 54.55 | 65.49 | 20.59 | - |
| YUV | 202.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 95 | 0.03 | 0 | 0.57 | 0.14 | 63.39 | 0.63 | 0.62 |
| Hex | D4 | DB | 5F | 3 | 0 | 39 | E | 3F | 3F | 3E |
| Octal | 324 | 333 | 137 | 3 | 0 | 71 | 16 | 77 | 77 | 76 |
| Binary | 11010100 | 11011011 | 1011111 | 11 | 0 | 111001 | 1110 | 111111 | 111111 | 111110 |
Color Harmonies of #D4DB5F
Complementary color
Monochromatic Colors of #D4DB5F
Black with #D4DB5F
Text Example
Text Example
White with #D4DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB5F; }
p { color: rgb(212,219,95); }
H1.HeaderClassName
{
color: #D4DB5F;
}
.AnyTagClassName
{
color: #D4DB5F;
}
</style>
background-color css
<style>
a { background-color: #D4DB5F; }
a { background-color: rgb(212,219,95); }
div.DivClassName
{
background-color: #D4DB5F;
}
.BgClassName
{
background-color: #D4DB5F;
}
</style>
border-color css
<style>
span { border-color: #D4DB5F; }
span { border-color: rgb(212,219,95); }
td.TdClassName
{
border-color: #D4DB5F;
}
.TagClassName
{
border-color: #D4DB5F;
}
</style>