Shades of Goldenrod #D8D06C
Tints of Goldenrod #D8D06C
RGB
CMYK
RGB Variations
Color information
#D8D06C (or 0xD8D06C) is known color: Goldenrod. HEX triplet: D8, D0 and 6C. RGB value is (216,208,108). Sum of RGB (Red+Green+Blue) = 216+208+108=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D06C is #272F93. Grayscale: #C7C7C7. Windows color (decimal): -2568084 or 7131352. OLE color: 7131352.
HSL color Cylindrical-coordinate representation of color #D8D06C: hue angle of 55.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D06C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 108 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.15 |
| HSL | 55.56º | 0.58% | 0.64% | - |
| HSV(B) | 55.56º | 0.5% | 0.85% | - |
| XYZ | 53.58 | 60.79 | 23.1 | - |
| YUV | 198.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 108 | 0 | 0.04 | 0.50 | 0.15 | 55.56 | 0.58 | 0.64 |
| Hex | D8 | D0 | 6C | 0 | 4 | 32 | F | 38 | 3A | 40 |
| Octal | 330 | 320 | 154 | 0 | 4 | 62 | 17 | 70 | 72 | 100 |
| Binary | 11011000 | 11010000 | 1101100 | 0 | 100 | 110010 | 1111 | 111000 | 111010 | 1000000 |
Color Harmonies of #D8D06C
Complementary color
Monochromatic Colors of #D8D06C
Black with #D8D06C
Text Example
Text Example
White with #D8D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D06C; }
p { color: rgb(216,208,108); }
H1.HeaderClassName
{
color: #D8D06C;
}
.AnyTagClassName
{
color: #D8D06C;
}
</style>
background-color css
<style>
a { background-color: #D8D06C; }
a { background-color: rgb(216,208,108); }
div.DivClassName
{
background-color: #D8D06C;
}
.BgClassName
{
background-color: #D8D06C;
}
</style>
border-color css
<style>
span { border-color: #D8D06C; }
span { border-color: rgb(216,208,108); }
td.TdClassName
{
border-color: #D8D06C;
}
.TagClassName
{
border-color: #D8D06C;
}
</style>