Shades of Goldenrod #D8D967
Tints of Goldenrod #D8D967
RGB
CMYK
RGB Variations
Color information
#D8D967 (or 0xD8D967) is known color: Goldenrod. HEX triplet: D8, D9 and 67. RGB value is (216,217,103). Sum of RGB (Red+Green+Blue) = 216+217+103=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D967 is #272698. Grayscale: #CCCCCC. Windows color (decimal): -2565785 or 6805976. OLE color: 6805976.
HSL color Cylindrical-coordinate representation of color #D8D967: hue angle of 60.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D967 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 103 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.15 |
| HSL | 60.53º | 0.6% | 0.63% | - |
| HSV(B) | 60.53º | 0.53% | 0.85% | - |
| XYZ | 55.58 | 65.2 | 22.49 | - |
| YUV | 203.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 103 | 0.00 | 0 | 0.53 | 0.15 | 60.53 | 0.6 | 0.63 |
| Hex | D8 | D9 | 67 | 0 | 0 | 35 | F | 3D | 3C | 3F |
| Octal | 330 | 331 | 147 | 0 | 0 | 65 | 17 | 75 | 74 | 77 |
| Binary | 11011000 | 11011001 | 1100111 | 0 | 0 | 110101 | 1111 | 111101 | 111100 | 111111 |
Color Harmonies of #D8D967
Complementary color
Monochromatic Colors of #D8D967
Black with #D8D967
Text Example
Text Example
White with #D8D967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D967; }
p { color: rgb(216,217,103); }
H1.HeaderClassName
{
color: #D8D967;
}
.AnyTagClassName
{
color: #D8D967;
}
</style>
background-color css
<style>
a { background-color: #D8D967; }
a { background-color: rgb(216,217,103); }
div.DivClassName
{
background-color: #D8D967;
}
.BgClassName
{
background-color: #D8D967;
}
</style>
border-color css
<style>
span { border-color: #D8D967; }
span { border-color: rgb(216,217,103); }
td.TdClassName
{
border-color: #D8D967;
}
.TagClassName
{
border-color: #D8D967;
}
</style>