Shades of Goldenrod #D8DC5F
Tints of Goldenrod #D8DC5F
RGB
CMYK
RGB Variations
Color information
#D8DC5F (or 0xD8DC5F) is known color: Goldenrod. HEX triplet: D8, DC and 5F. RGB value is (216,220,95). Sum of RGB (Red+Green+Blue) = 216+220+95=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC5F is #2723A0. Grayscale: #CDCDCD. Windows color (decimal): -2565025 or 6282456. OLE color: 6282456.
HSL color Cylindrical-coordinate representation of color #D8DC5F: hue angle of 61.92º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8DC5F is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 95 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.14 |
| HSL | 61.92º | 0.64% | 0.62% | - |
| HSV(B) | 61.92º | 0.57% | 0.86% | - |
| XYZ | 55.98 | 66.61 | 20.73 | - |
| YUV | 204.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 95 | 0.02 | 0 | 0.57 | 0.14 | 61.92 | 0.64 | 0.62 |
| Hex | D8 | DC | 5F | 2 | 0 | 39 | E | 3E | 40 | 3E |
| Octal | 330 | 334 | 137 | 2 | 0 | 71 | 16 | 76 | 100 | 76 |
| Binary | 11011000 | 11011100 | 1011111 | 10 | 0 | 111001 | 1110 | 111110 | 1000000 | 111110 |
Color Harmonies of #D8DC5F
Complementary color
Monochromatic Colors of #D8DC5F
Black with #D8DC5F
Text Example
Text Example
White with #D8DC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC5F; }
p { color: rgb(216,220,95); }
H1.HeaderClassName
{
color: #D8DC5F;
}
.AnyTagClassName
{
color: #D8DC5F;
}
</style>
background-color css
<style>
a { background-color: #D8DC5F; }
a { background-color: rgb(216,220,95); }
div.DivClassName
{
background-color: #D8DC5F;
}
.BgClassName
{
background-color: #D8DC5F;
}
</style>
border-color css
<style>
span { border-color: #D8DC5F; }
span { border-color: rgb(216,220,95); }
td.TdClassName
{
border-color: #D8DC5F;
}
.TagClassName
{
border-color: #D8DC5F;
}
</style>