Shades of Goldenrod #D8D16C
Tints of Goldenrod #D8D16C
RGB
CMYK
RGB Variations
Color information
#D8D16C (or 0xD8D16C) is known color: Goldenrod. HEX triplet: D8, D1 and 6C. RGB value is (216,209,108). Sum of RGB (Red+Green+Blue) = 216+209+108=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D16C is #272E93. Grayscale: #C7C7C7. Windows color (decimal): -2567828 or 7131608. OLE color: 7131608.
HSL color Cylindrical-coordinate representation of color #D8D16C: hue angle of 56.11º 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 #D8D16C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 108 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.15 |
| HSL | 56.11º | 0.58% | 0.64% | - |
| HSV(B) | 56.11º | 0.5% | 0.85% | - |
| XYZ | 53.83 | 61.28 | 23.18 | - |
| YUV | 199.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 108 | 0 | 0.03 | 0.50 | 0.15 | 56.11 | 0.58 | 0.64 |
| Hex | D8 | D1 | 6C | 0 | 3 | 32 | F | 38 | 3A | 40 |
| Octal | 330 | 321 | 154 | 0 | 3 | 62 | 17 | 70 | 72 | 100 |
| Binary | 11011000 | 11010001 | 1101100 | 0 | 11 | 110010 | 1111 | 111000 | 111010 | 1000000 |
Color Harmonies of #D8D16C
Complementary color
Monochromatic Colors of #D8D16C
Black with #D8D16C
Text Example
Text Example
White with #D8D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D16C; }
p { color: rgb(216,209,108); }
H1.HeaderClassName
{
color: #D8D16C;
}
.AnyTagClassName
{
color: #D8D16C;
}
</style>
background-color css
<style>
a { background-color: #D8D16C; }
a { background-color: rgb(216,209,108); }
div.DivClassName
{
background-color: #D8D16C;
}
.BgClassName
{
background-color: #D8D16C;
}
</style>
border-color css
<style>
span { border-color: #D8D16C; }
span { border-color: rgb(216,209,108); }
td.TdClassName
{
border-color: #D8D16C;
}
.TagClassName
{
border-color: #D8D16C;
}
</style>