Shades of Goldenrod #D8D067
Tints of Goldenrod #D8D067
RGB
CMYK
RGB Variations
Color information
#D8D067 (or 0xD8D067) is known color: Goldenrod. HEX triplet: D8, D0 and 67. RGB value is (216,208,103). Sum of RGB (Red+Green+Blue) = 216+208+103=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D067 is #272F98. Grayscale: #C6C6C6. Windows color (decimal): -2568089 or 6803672. OLE color: 6803672.
HSL color Cylindrical-coordinate representation of color #D8D067: hue angle of 55.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8D067 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 103 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.15 |
| HSL | 55.75º | 0.59% | 0.63% | - |
| HSV(B) | 55.75º | 0.52% | 0.85% | - |
| XYZ | 53.32 | 60.69 | 21.74 | - |
| YUV | 198.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 103 | 0 | 0.04 | 0.52 | 0.15 | 55.75 | 0.59 | 0.63 |
| Hex | D8 | D0 | 67 | 0 | 4 | 34 | F | 38 | 3B | 3F |
| Octal | 330 | 320 | 147 | 0 | 4 | 64 | 17 | 70 | 73 | 77 |
| Binary | 11011000 | 11010000 | 1100111 | 0 | 100 | 110100 | 1111 | 111000 | 111011 | 111111 |
Color Harmonies of #D8D067
Complementary color
Monochromatic Colors of #D8D067
Black with #D8D067
Text Example
Text Example
White with #D8D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D067; }
p { color: rgb(216,208,103); }
H1.HeaderClassName
{
color: #D8D067;
}
.AnyTagClassName
{
color: #D8D067;
}
</style>
background-color css
<style>
a { background-color: #D8D067; }
a { background-color: rgb(216,208,103); }
div.DivClassName
{
background-color: #D8D067;
}
.BgClassName
{
background-color: #D8D067;
}
</style>
border-color css
<style>
span { border-color: #D8D067; }
span { border-color: rgb(216,208,103); }
td.TdClassName
{
border-color: #D8D067;
}
.TagClassName
{
border-color: #D8D067;
}
</style>