Shades of Goldenrod #D0D771
Tints of Goldenrod #D0D771
RGB
CMYK
RGB Variations
Color information
#D0D771 (or 0xD0D771) is known color: Goldenrod. HEX triplet: D0, D7 and 71. RGB value is (208,215,113). Sum of RGB (Red+Green+Blue) = 208+215+113=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D771 is #2F288E. Grayscale: #C9C9C9. Windows color (decimal): -3090575 or 7460816. OLE color: 7460816.
HSL color Cylindrical-coordinate representation of color #D0D771: hue angle of 64.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0D771 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 113 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.16 |
| HSL | 64.12º | 0.56% | 0.64% | - |
| HSV(B) | 64.12º | 0.47% | 0.84% | - |
| XYZ | 53.29 | 63.2 | 25.01 | - |
| YUV | 201.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 113 | 0.03 | 0 | 0.47 | 0.16 | 64.12 | 0.56 | 0.64 |
| Hex | D0 | D7 | 71 | 3 | 0 | 2F | 10 | 40 | 38 | 40 |
| Octal | 320 | 327 | 161 | 3 | 0 | 57 | 20 | 100 | 70 | 100 |
| Binary | 11010000 | 11010111 | 1110001 | 11 | 0 | 101111 | 10000 | 1000000 | 111000 | 1000000 |
Color Harmonies of #D0D771
Complementary color
Monochromatic Colors of #D0D771
Black with #D0D771
Text Example
Text Example
White with #D0D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D771; }
p { color: rgb(208,215,113); }
H1.HeaderClassName
{
color: #D0D771;
}
.AnyTagClassName
{
color: #D0D771;
}
</style>
background-color css
<style>
a { background-color: #D0D771; }
a { background-color: rgb(208,215,113); }
div.DivClassName
{
background-color: #D0D771;
}
.BgClassName
{
background-color: #D0D771;
}
</style>
border-color css
<style>
span { border-color: #D0D771; }
span { border-color: rgb(208,215,113); }
td.TdClassName
{
border-color: #D0D771;
}
.TagClassName
{
border-color: #D0D771;
}
</style>