Shades of Goldenrod #D8D066
Tints of Goldenrod #D8D066
RGB
CMYK
RGB Variations
Color information
#D8D066 (or 0xD8D066) is known color: Goldenrod. HEX triplet: D8, D0 and 66. RGB value is (216,208,102). Sum of RGB (Red+Green+Blue) = 216+208+102=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D066 is #272F99. Grayscale: #C6C6C6. Windows color (decimal): -2568090 or 6738136. OLE color: 6738136.
HSL color Cylindrical-coordinate representation of color #D8D066: hue angle of 55.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D066 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 102 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.15 |
| HSL | 55.79º | 0.59% | 0.62% | - |
| HSV(B) | 55.79º | 0.53% | 0.85% | - |
| XYZ | 53.27 | 60.67 | 21.47 | - |
| YUV | 198.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 102 | 0 | 0.04 | 0.53 | 0.15 | 55.79 | 0.59 | 0.62 |
| Hex | D8 | D0 | 66 | 0 | 4 | 35 | F | 38 | 3B | 3E |
| Octal | 330 | 320 | 146 | 0 | 4 | 65 | 17 | 70 | 73 | 76 |
| Binary | 11011000 | 11010000 | 1100110 | 0 | 100 | 110101 | 1111 | 111000 | 111011 | 111110 |
Color Harmonies of #D8D066
Complementary color
Monochromatic Colors of #D8D066
Black with #D8D066
Text Example
Text Example
White with #D8D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D066; }
p { color: rgb(216,208,102); }
H1.HeaderClassName
{
color: #D8D066;
}
.AnyTagClassName
{
color: #D8D066;
}
</style>
background-color css
<style>
a { background-color: #D8D066; }
a { background-color: rgb(216,208,102); }
div.DivClassName
{
background-color: #D8D066;
}
.BgClassName
{
background-color: #D8D066;
}
</style>
border-color css
<style>
span { border-color: #D8D066; }
span { border-color: rgb(216,208,102); }
td.TdClassName
{
border-color: #D8D066;
}
.TagClassName
{
border-color: #D8D066;
}
</style>