Shades of Goldenrod #D8D168
Tints of Goldenrod #D8D168
RGB
CMYK
RGB Variations
Color information
#D8D168 (or 0xD8D168) is known color: Goldenrod. HEX triplet: D8, D1 and 68. RGB value is (216,209,104). Sum of RGB (Red+Green+Blue) = 216+209+104=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D168 is #272E97. Grayscale: #C7C7C7. Windows color (decimal): -2567832 or 6869464. OLE color: 6869464.
HSL color Cylindrical-coordinate representation of color #D8D168: hue angle of 56.25º 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 #D8D168 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 104 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.15 |
| HSL | 56.25º | 0.59% | 0.63% | - |
| HSV(B) | 56.25º | 0.52% | 0.85% | - |
| XYZ | 53.62 | 61.2 | 22.08 | - |
| YUV | 199.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 104 | 0 | 0.03 | 0.52 | 0.15 | 56.25 | 0.59 | 0.63 |
| Hex | D8 | D1 | 68 | 0 | 3 | 34 | F | 38 | 3B | 3F |
| Octal | 330 | 321 | 150 | 0 | 3 | 64 | 17 | 70 | 73 | 77 |
| Binary | 11011000 | 11010001 | 1101000 | 0 | 11 | 110100 | 1111 | 111000 | 111011 | 111111 |
Color Harmonies of #D8D168
Complementary color
Monochromatic Colors of #D8D168
Black with #D8D168
Text Example
Text Example
White with #D8D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D168; }
p { color: rgb(216,209,104); }
H1.HeaderClassName
{
color: #D8D168;
}
.AnyTagClassName
{
color: #D8D168;
}
</style>
background-color css
<style>
a { background-color: #D8D168; }
a { background-color: rgb(216,209,104); }
div.DivClassName
{
background-color: #D8D168;
}
.BgClassName
{
background-color: #D8D168;
}
</style>
border-color css
<style>
span { border-color: #D8D168; }
span { border-color: rgb(216,209,104); }
td.TdClassName
{
border-color: #D8D168;
}
.TagClassName
{
border-color: #D8D168;
}
</style>