Shades of Goldenrod #D1D76D
Tints of Goldenrod #D1D76D
RGB
CMYK
RGB Variations
Color information
#D1D76D (or 0xD1D76D) is known color: Goldenrod. HEX triplet: D1, D7 and 6D. RGB value is (209,215,109). Sum of RGB (Red+Green+Blue) = 209+215+109=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D76D is #2E2892. Grayscale: #C9C9C9. Windows color (decimal): -3025043 or 7198673. OLE color: 7198673.
HSL color Cylindrical-coordinate representation of color #D1D76D: hue angle of 63.4º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D76D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 109 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.16 |
| HSL | 63.4º | 0.57% | 0.64% | - |
| HSV(B) | 63.4º | 0.49% | 0.84% | - |
| XYZ | 53.36 | 63.26 | 23.87 | - |
| YUV | 201.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 109 | 0.03 | 0 | 0.49 | 0.16 | 63.4 | 0.57 | 0.64 |
| Hex | D1 | D7 | 6D | 3 | 0 | 31 | 10 | 3F | 39 | 40 |
| Octal | 321 | 327 | 155 | 3 | 0 | 61 | 20 | 77 | 71 | 100 |
| Binary | 11010001 | 11010111 | 1101101 | 11 | 0 | 110001 | 10000 | 111111 | 111001 | 1000000 |
Color Harmonies of #D1D76D
Complementary color
Monochromatic Colors of #D1D76D
Black with #D1D76D
Text Example
Text Example
White with #D1D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D76D; }
p { color: rgb(209,215,109); }
H1.HeaderClassName
{
color: #D1D76D;
}
.AnyTagClassName
{
color: #D1D76D;
}
</style>
background-color css
<style>
a { background-color: #D1D76D; }
a { background-color: rgb(209,215,109); }
div.DivClassName
{
background-color: #D1D76D;
}
.BgClassName
{
background-color: #D1D76D;
}
</style>
border-color css
<style>
span { border-color: #D1D76D; }
span { border-color: rgb(209,215,109); }
td.TdClassName
{
border-color: #D1D76D;
}
.TagClassName
{
border-color: #D1D76D;
}
</style>