Shades of Goldenrod #D2D677
Tints of Goldenrod #D2D677
RGB
CMYK
RGB Variations
Color information
#D2D677 (or 0xD2D677) is known color: Goldenrod. HEX triplet: D2, D6 and 77. RGB value is (210,214,119). Sum of RGB (Red+Green+Blue) = 210+214+119=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D677 is #2D2988. Grayscale: #CACACA. Windows color (decimal): -2959753 or 7853778. OLE color: 7853778.
HSL color Cylindrical-coordinate representation of color #D2D677: hue angle of 62.53º degrees, saturation: 0.54, 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 #D2D677 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 119 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.16 |
| HSL | 62.53º | 0.54% | 0.65% | - |
| HSV(B) | 62.53º | 0.44% | 0.84% | - |
| XYZ | 53.95 | 63.13 | 26.79 | - |
| YUV | 201.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 119 | 0.02 | 0 | 0.44 | 0.16 | 62.53 | 0.54 | 0.65 |
| Hex | D2 | D6 | 77 | 2 | 0 | 2C | 10 | 3F | 36 | 41 |
| Octal | 322 | 326 | 167 | 2 | 0 | 54 | 20 | 77 | 66 | 101 |
| Binary | 11010010 | 11010110 | 1110111 | 10 | 0 | 101100 | 10000 | 111111 | 110110 | 1000001 |
Color Harmonies of #D2D677
Complementary color
Monochromatic Colors of #D2D677
Black with #D2D677
Text Example
Text Example
White with #D2D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D677; }
p { color: rgb(210,214,119); }
H1.HeaderClassName
{
color: #D2D677;
}
.AnyTagClassName
{
color: #D2D677;
}
</style>
background-color css
<style>
a { background-color: #D2D677; }
a { background-color: rgb(210,214,119); }
div.DivClassName
{
background-color: #D2D677;
}
.BgClassName
{
background-color: #D2D677;
}
</style>
border-color css
<style>
span { border-color: #D2D677; }
span { border-color: rgb(210,214,119); }
td.TdClassName
{
border-color: #D2D677;
}
.TagClassName
{
border-color: #D2D677;
}
</style>