Shades of Goldenrod #D8DC73
Tints of Goldenrod #D8DC73
RGB
CMYK
RGB Variations
Color information
#D8DC73 (or 0xD8DC73) is known color: Goldenrod. HEX triplet: D8, DC and 73. RGB value is (216,220,115). Sum of RGB (Red+Green+Blue) = 216+220+115=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC73 is #27238C. Grayscale: #CFCFCF. Windows color (decimal): -2565005 or 7593176. OLE color: 7593176.
HSL color Cylindrical-coordinate representation of color #D8DC73: hue angle of 62.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8DC73 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 115 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.14 |
| HSL | 62.29º | 0.6% | 0.66% | - |
| HSV(B) | 62.29º | 0.48% | 0.86% | - |
| XYZ | 57.01 | 67.02 | 26.15 | - |
| YUV | 206.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 115 | 0.02 | 0 | 0.48 | 0.14 | 62.29 | 0.6 | 0.66 |
| Hex | D8 | DC | 73 | 2 | 0 | 30 | E | 3E | 3C | 42 |
| Octal | 330 | 334 | 163 | 2 | 0 | 60 | 16 | 76 | 74 | 102 |
| Binary | 11011000 | 11011100 | 1110011 | 10 | 0 | 110000 | 1110 | 111110 | 111100 | 1000010 |
Color Harmonies of #D8DC73
Complementary color
Monochromatic Colors of #D8DC73
Black with #D8DC73
Text Example
Text Example
White with #D8DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC73; }
p { color: rgb(216,220,115); }
H1.HeaderClassName
{
color: #D8DC73;
}
.AnyTagClassName
{
color: #D8DC73;
}
</style>
background-color css
<style>
a { background-color: #D8DC73; }
a { background-color: rgb(216,220,115); }
div.DivClassName
{
background-color: #D8DC73;
}
.BgClassName
{
background-color: #D8DC73;
}
</style>
border-color css
<style>
span { border-color: #D8DC73; }
span { border-color: rgb(216,220,115); }
td.TdClassName
{
border-color: #D8DC73;
}
.TagClassName
{
border-color: #D8DC73;
}
</style>