Shades of Goldenrod #D8DD73
Tints of Goldenrod #D8DD73
RGB
CMYK
RGB Variations
Color information
#D8DD73 (or 0xD8DD73) is known color: Goldenrod. HEX triplet: D8, DD and 73. RGB value is (216,221,115). Sum of RGB (Red+Green+Blue) = 216+221+115=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD73 is #27228C. Grayscale: #CFCFCF. Windows color (decimal): -2564749 or 7593432. OLE color: 7593432.
HSL color Cylindrical-coordinate representation of color #D8DD73: hue angle of 62.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8DD73 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 115 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.83º | 0.61% | 0.66% | - |
| HSV(B) | 62.83º | 0.48% | 0.87% | - |
| XYZ | 57.27 | 67.55 | 26.24 | - |
| YUV | 207.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 115 | 0.02 | 0 | 0.48 | 0.13 | 62.83 | 0.61 | 0.66 |
| Hex | D8 | DD | 73 | 2 | 0 | 30 | D | 3F | 3D | 42 |
| Octal | 330 | 335 | 163 | 2 | 0 | 60 | 15 | 77 | 75 | 102 |
| Binary | 11011000 | 11011101 | 1110011 | 10 | 0 | 110000 | 1101 | 111111 | 111101 | 1000010 |
Color Harmonies of #D8DD73
Complementary color
Monochromatic Colors of #D8DD73
Black with #D8DD73
Text Example
Text Example
White with #D8DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD73; }
p { color: rgb(216,221,115); }
H1.HeaderClassName
{
color: #D8DD73;
}
.AnyTagClassName
{
color: #D8DD73;
}
</style>
background-color css
<style>
a { background-color: #D8DD73; }
a { background-color: rgb(216,221,115); }
div.DivClassName
{
background-color: #D8DD73;
}
.BgClassName
{
background-color: #D8DD73;
}
</style>
border-color css
<style>
span { border-color: #D8DD73; }
span { border-color: rgb(216,221,115); }
td.TdClassName
{
border-color: #D8DD73;
}
.TagClassName
{
border-color: #D8DD73;
}
</style>