Shades of Goldenrod #D8D367
Tints of Goldenrod #D8D367
RGB
CMYK
RGB Variations
Color information
#D8D367 (or 0xD8D367) is known color: Goldenrod. HEX triplet: D8, D3 and 67. RGB value is (216,211,103). Sum of RGB (Red+Green+Blue) = 216+211+103=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D367 is #272C98. Grayscale: #C8C8C8. Windows color (decimal): -2567321 or 6804440. OLE color: 6804440.
HSL color Cylindrical-coordinate representation of color #D8D367: hue angle of 57.35º 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 #D8D367 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 103 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.15 |
| HSL | 57.35º | 0.59% | 0.63% | - |
| HSV(B) | 57.35º | 0.52% | 0.85% | - |
| XYZ | 54.06 | 62.17 | 21.98 | - |
| YUV | 200.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 103 | 0 | 0.02 | 0.52 | 0.15 | 57.35 | 0.59 | 0.63 |
| Hex | D8 | D3 | 67 | 0 | 2 | 34 | F | 39 | 3B | 3F |
| Octal | 330 | 323 | 147 | 0 | 2 | 64 | 17 | 71 | 73 | 77 |
| Binary | 11011000 | 11010011 | 1100111 | 0 | 10 | 110100 | 1111 | 111001 | 111011 | 111111 |
Color Harmonies of #D8D367
Complementary color
Monochromatic Colors of #D8D367
Black with #D8D367
Text Example
Text Example
White with #D8D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D367; }
p { color: rgb(216,211,103); }
H1.HeaderClassName
{
color: #D8D367;
}
.AnyTagClassName
{
color: #D8D367;
}
</style>
background-color css
<style>
a { background-color: #D8D367; }
a { background-color: rgb(216,211,103); }
div.DivClassName
{
background-color: #D8D367;
}
.BgClassName
{
background-color: #D8D367;
}
</style>
border-color css
<style>
span { border-color: #D8D367; }
span { border-color: rgb(216,211,103); }
td.TdClassName
{
border-color: #D8D367;
}
.TagClassName
{
border-color: #D8D367;
}
</style>