Shades of Goldenrod #D2DB77
Tints of Goldenrod #D2DB77
RGB
CMYK
RGB Variations
Color information
#D2DB77 (or 0xD2DB77) is known color: Goldenrod. HEX triplet: D2, DB and 77. RGB value is (210,219,119). Sum of RGB (Red+Green+Blue) = 210+219+119=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB77 is #2D2488. Grayscale: #CDCDCD. Windows color (decimal): -2958473 or 7855058. OLE color: 7855058.
HSL color Cylindrical-coordinate representation of color #D2DB77: hue angle of 65.4º 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 #D2DB77 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 119 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.14 |
| HSL | 65.4º | 0.58% | 0.66% | - |
| HSV(B) | 65.4º | 0.46% | 0.86% | - |
| XYZ | 55.24 | 65.7 | 27.22 | - |
| YUV | 204.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 119 | 0.04 | 0 | 0.46 | 0.14 | 65.4 | 0.58 | 0.66 |
| Hex | D2 | DB | 77 | 4 | 0 | 2E | E | 41 | 3A | 42 |
| Octal | 322 | 333 | 167 | 4 | 0 | 56 | 16 | 101 | 72 | 102 |
| Binary | 11010010 | 11011011 | 1110111 | 100 | 0 | 101110 | 1110 | 1000001 | 111010 | 1000010 |
Color Harmonies of #D2DB77
Complementary color
Monochromatic Colors of #D2DB77
Black with #D2DB77
Text Example
Text Example
White with #D2DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB77; }
p { color: rgb(210,219,119); }
H1.HeaderClassName
{
color: #D2DB77;
}
.AnyTagClassName
{
color: #D2DB77;
}
</style>
background-color css
<style>
a { background-color: #D2DB77; }
a { background-color: rgb(210,219,119); }
div.DivClassName
{
background-color: #D2DB77;
}
.BgClassName
{
background-color: #D2DB77;
}
</style>
border-color css
<style>
span { border-color: #D2DB77; }
span { border-color: rgb(210,219,119); }
td.TdClassName
{
border-color: #D2DB77;
}
.TagClassName
{
border-color: #D2DB77;
}
</style>