Shades of Goldenrod #D8DA6C
Tints of Goldenrod #D8DA6C
RGB
CMYK
RGB Variations
Color information
#D8DA6C (or 0xD8DA6C) is known color: Goldenrod. HEX triplet: D8, DA and 6C. RGB value is (216,218,108). Sum of RGB (Red+Green+Blue) = 216+218+108=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA6C is #272593. Grayscale: #CDCDCD. Windows color (decimal): -2565524 or 7133912. OLE color: 7133912.
HSL color Cylindrical-coordinate representation of color #D8DA6C: hue angle of 61.09º degrees, saturation: 0.6, 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 #D8DA6C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 108 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.15 |
| HSL | 61.09º | 0.6% | 0.64% | - |
| HSV(B) | 61.09º | 0.5% | 0.85% | - |
| XYZ | 56.1 | 65.82 | 23.94 | - |
| YUV | 204.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 108 | 0.01 | 0 | 0.50 | 0.15 | 61.09 | 0.6 | 0.64 |
| Hex | D8 | DA | 6C | 1 | 0 | 32 | F | 3D | 3C | 40 |
| Octal | 330 | 332 | 154 | 1 | 0 | 62 | 17 | 75 | 74 | 100 |
| Binary | 11011000 | 11011010 | 1101100 | 1 | 0 | 110010 | 1111 | 111101 | 111100 | 1000000 |
Color Harmonies of #D8DA6C
Complementary color
Monochromatic Colors of #D8DA6C
Black with #D8DA6C
Text Example
Text Example
White with #D8DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA6C; }
p { color: rgb(216,218,108); }
H1.HeaderClassName
{
color: #D8DA6C;
}
.AnyTagClassName
{
color: #D8DA6C;
}
</style>
background-color css
<style>
a { background-color: #D8DA6C; }
a { background-color: rgb(216,218,108); }
div.DivClassName
{
background-color: #D8DA6C;
}
.BgClassName
{
background-color: #D8DA6C;
}
</style>
border-color css
<style>
span { border-color: #D8DA6C; }
span { border-color: rgb(216,218,108); }
td.TdClassName
{
border-color: #D8DA6C;
}
.TagClassName
{
border-color: #D8DA6C;
}
</style>