Shades of Goldenrod #D1DB75
Tints of Goldenrod #D1DB75
RGB
CMYK
RGB Variations
Color information
#D1DB75 (or 0xD1DB75) is known color: Goldenrod. HEX triplet: D1, DB and 75. RGB value is (209,219,117). Sum of RGB (Red+Green+Blue) = 209+219+117=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB75 is #2E248A. Grayscale: #CCCCCC. Windows color (decimal): -3024011 or 7723985. OLE color: 7723985.
HSL color Cylindrical-coordinate representation of color #D1DB75: hue angle of 65.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DB75 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 117 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 65.88º | 0.59% | 0.66% | - |
| HSV(B) | 65.88º | 0.47% | 0.86% | - |
| XYZ | 54.84 | 65.5 | 26.58 | - |
| YUV | 204.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 117 | 0.05 | 0 | 0.47 | 0.14 | 65.88 | 0.59 | 0.66 |
| Hex | D1 | DB | 75 | 5 | 0 | 2F | E | 42 | 3B | 42 |
| Octal | 321 | 333 | 165 | 5 | 0 | 57 | 16 | 102 | 73 | 102 |
| Binary | 11010001 | 11011011 | 1110101 | 101 | 0 | 101111 | 1110 | 1000010 | 111011 | 1000010 |
Color Harmonies of #D1DB75
Complementary color
Monochromatic Colors of #D1DB75
Black with #D1DB75
Text Example
Text Example
White with #D1DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB75; }
p { color: rgb(209,219,117); }
H1.HeaderClassName
{
color: #D1DB75;
}
.AnyTagClassName
{
color: #D1DB75;
}
</style>
background-color css
<style>
a { background-color: #D1DB75; }
a { background-color: rgb(209,219,117); }
div.DivClassName
{
background-color: #D1DB75;
}
.BgClassName
{
background-color: #D1DB75;
}
</style>
border-color css
<style>
span { border-color: #D1DB75; }
span { border-color: rgb(209,219,117); }
td.TdClassName
{
border-color: #D1DB75;
}
.TagClassName
{
border-color: #D1DB75;
}
</style>