Shades of Goldenrod #D2DB76
Tints of Goldenrod #D2DB76
RGB
CMYK
RGB Variations
Color information
#D2DB76 (or 0xD2DB76) is known color: Goldenrod. HEX triplet: D2, DB and 76. RGB value is (210,219,118). Sum of RGB (Red+Green+Blue) = 210+219+118=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB76 is #2D2489. Grayscale: #CDCDCD. Windows color (decimal): -2958474 or 7789522. OLE color: 7789522.
HSL color Cylindrical-coordinate representation of color #D2DB76: hue angle of 65.35º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2DB76 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 118 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.14 |
| HSL | 65.35º | 0.58% | 0.66% | - |
| HSV(B) | 65.35º | 0.46% | 0.86% | - |
| XYZ | 55.18 | 65.67 | 26.91 | - |
| YUV | 204.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 118 | 0.04 | 0 | 0.46 | 0.14 | 65.35 | 0.58 | 0.66 |
| Hex | D2 | DB | 76 | 4 | 0 | 2E | E | 41 | 3A | 42 |
| Octal | 322 | 333 | 166 | 4 | 0 | 56 | 16 | 101 | 72 | 102 |
| Binary | 11010010 | 11011011 | 1110110 | 100 | 0 | 101110 | 1110 | 1000001 | 111010 | 1000010 |
Color Harmonies of #D2DB76
Complementary color
Monochromatic Colors of #D2DB76
Black with #D2DB76
Text Example
Text Example
White with #D2DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB76; }
p { color: rgb(210,219,118); }
H1.HeaderClassName
{
color: #D2DB76;
}
.AnyTagClassName
{
color: #D2DB76;
}
</style>
background-color css
<style>
a { background-color: #D2DB76; }
a { background-color: rgb(210,219,118); }
div.DivClassName
{
background-color: #D2DB76;
}
.BgClassName
{
background-color: #D2DB76;
}
</style>
border-color css
<style>
span { border-color: #D2DB76; }
span { border-color: rgb(210,219,118); }
td.TdClassName
{
border-color: #D2DB76;
}
.TagClassName
{
border-color: #D2DB76;
}
</style>