Shades of Goldenrod #D2D577
Tints of Goldenrod #D2D577
RGB
CMYK
RGB Variations
Color information
#D2D577 (or 0xD2D577) is known color: Goldenrod. HEX triplet: D2, D5 and 77. RGB value is (210,213,119). Sum of RGB (Red+Green+Blue) = 210+213+119=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D577 is #2D2A88. Grayscale: #C9C9C9. Windows color (decimal): -2960009 or 7853522. OLE color: 7853522.
HSL color Cylindrical-coordinate representation of color #D2D577: hue angle of 61.91º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2D577 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 119 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.16 |
| HSL | 61.91º | 0.53% | 0.65% | - |
| HSV(B) | 61.91º | 0.44% | 0.84% | - |
| XYZ | 53.7 | 62.62 | 26.71 | - |
| YUV | 201.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 119 | 0.01 | 0 | 0.44 | 0.16 | 61.91 | 0.53 | 0.65 |
| Hex | D2 | D5 | 77 | 1 | 0 | 2C | 10 | 3E | 35 | 41 |
| Octal | 322 | 325 | 167 | 1 | 0 | 54 | 20 | 76 | 65 | 101 |
| Binary | 11010010 | 11010101 | 1110111 | 1 | 0 | 101100 | 10000 | 111110 | 110101 | 1000001 |
Color Harmonies of #D2D577
Complementary color
Monochromatic Colors of #D2D577
Black with #D2D577
Text Example
Text Example
White with #D2D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D577; }
p { color: rgb(210,213,119); }
H1.HeaderClassName
{
color: #D2D577;
}
.AnyTagClassName
{
color: #D2D577;
}
</style>
background-color css
<style>
a { background-color: #D2D577; }
a { background-color: rgb(210,213,119); }
div.DivClassName
{
background-color: #D2D577;
}
.BgClassName
{
background-color: #D2D577;
}
</style>
border-color css
<style>
span { border-color: #D2D577; }
span { border-color: rgb(210,213,119); }
td.TdClassName
{
border-color: #D2D577;
}
.TagClassName
{
border-color: #D2D577;
}
</style>