Shades of Goldenrod #D1DB70
Tints of Goldenrod #D1DB70
RGB
CMYK
RGB Variations
Color information
#D1DB70 (or 0xD1DB70) is known color: Goldenrod. HEX triplet: D1, DB and 70. RGB value is (209,219,112). Sum of RGB (Red+Green+Blue) = 209+219+112=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB70 is #2E248F. Grayscale: #CCCCCC. Windows color (decimal): -3024016 or 7396305. OLE color: 7396305.
HSL color Cylindrical-coordinate representation of color #D1DB70: hue angle of 65.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1DB70 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 112 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.14 |
| HSL | 65.61º | 0.6% | 0.65% | - |
| HSV(B) | 65.61º | 0.49% | 0.86% | - |
| XYZ | 54.55 | 65.39 | 25.08 | - |
| YUV | 203.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 112 | 0.05 | 0 | 0.49 | 0.14 | 65.61 | 0.6 | 0.65 |
| Hex | D1 | DB | 70 | 5 | 0 | 31 | E | 42 | 3C | 41 |
| Octal | 321 | 333 | 160 | 5 | 0 | 61 | 16 | 102 | 74 | 101 |
| Binary | 11010001 | 11011011 | 1110000 | 101 | 0 | 110001 | 1110 | 1000010 | 111100 | 1000001 |
Color Harmonies of #D1DB70
Complementary color
Monochromatic Colors of #D1DB70
Black with #D1DB70
Text Example
Text Example
White with #D1DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB70; }
p { color: rgb(209,219,112); }
H1.HeaderClassName
{
color: #D1DB70;
}
.AnyTagClassName
{
color: #D1DB70;
}
</style>
background-color css
<style>
a { background-color: #D1DB70; }
a { background-color: rgb(209,219,112); }
div.DivClassName
{
background-color: #D1DB70;
}
.BgClassName
{
background-color: #D1DB70;
}
</style>
border-color css
<style>
span { border-color: #D1DB70; }
span { border-color: rgb(209,219,112); }
td.TdClassName
{
border-color: #D1DB70;
}
.TagClassName
{
border-color: #D1DB70;
}
</style>