Shades of Goldenrod #D2D777
Tints of Goldenrod #D2D777
RGB
CMYK
RGB Variations
Color information
#D2D777 (or 0xD2D777) is known color: Goldenrod. HEX triplet: D2, D7 and 77. RGB value is (210,215,119). Sum of RGB (Red+Green+Blue) = 210+215+119=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D777 is #2D2888. Grayscale: #CACACA. Windows color (decimal): -2959497 or 7854034. OLE color: 7854034.
HSL color Cylindrical-coordinate representation of color #D2D777: hue angle of 63.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D777 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 119 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.16 |
| HSL | 63.13º | 0.55% | 0.65% | - |
| HSV(B) | 63.13º | 0.45% | 0.84% | - |
| XYZ | 54.21 | 63.63 | 26.88 | - |
| YUV | 202.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 119 | 0.02 | 0 | 0.45 | 0.16 | 63.13 | 0.55 | 0.65 |
| Hex | D2 | D7 | 77 | 2 | 0 | 2D | 10 | 3F | 37 | 41 |
| Octal | 322 | 327 | 167 | 2 | 0 | 55 | 20 | 77 | 67 | 101 |
| Binary | 11010010 | 11010111 | 1110111 | 10 | 0 | 101101 | 10000 | 111111 | 110111 | 1000001 |
Color Harmonies of #D2D777
Complementary color
Monochromatic Colors of #D2D777
Black with #D2D777
Text Example
Text Example
White with #D2D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D777; }
p { color: rgb(210,215,119); }
H1.HeaderClassName
{
color: #D2D777;
}
.AnyTagClassName
{
color: #D2D777;
}
</style>
background-color css
<style>
a { background-color: #D2D777; }
a { background-color: rgb(210,215,119); }
div.DivClassName
{
background-color: #D2D777;
}
.BgClassName
{
background-color: #D2D777;
}
</style>
border-color css
<style>
span { border-color: #D2D777; }
span { border-color: rgb(210,215,119); }
td.TdClassName
{
border-color: #D2D777;
}
.TagClassName
{
border-color: #D2D777;
}
</style>