Shades of Goldenrod #D8E080
Tints of Goldenrod #D8E080
RGB
CMYK
RGB Variations
Color information
#D8E080 (or 0xD8E080) is known color: Goldenrod. HEX triplet: D8, E0 and 80. RGB value is (216,224,128). Sum of RGB (Red+Green+Blue) = 216+224+128=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E080 is #271F7F. Grayscale: #D3D3D3. Windows color (decimal): -2563968 or 8446168. OLE color: 8446168.
HSL color Cylindrical-coordinate representation of color #D8E080: hue angle of 65º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8E080 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 128 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.12 |
| HSL | 65º | 0.61% | 0.69% | - |
| HSV(B) | 65º | 0.43% | 0.88% | - |
| XYZ | 58.87 | 69.47 | 30.73 | - |
| YUV | 210.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 128 | 0.04 | 0 | 0.43 | 0.12 | 65 | 0.61 | 0.69 |
| Hex | D8 | E0 | 80 | 4 | 0 | 2B | C | 41 | 3D | 45 |
| Octal | 330 | 340 | 200 | 4 | 0 | 53 | 14 | 101 | 75 | 105 |
| Binary | 11011000 | 11100000 | 10000000 | 100 | 0 | 101011 | 1100 | 1000001 | 111101 | 1000101 |
Color Harmonies of #D8E080
Complementary color
Monochromatic Colors of #D8E080
Black with #D8E080
Text Example
Text Example
White with #D8E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E080; }
p { color: rgb(216,224,128); }
H1.HeaderClassName
{
color: #D8E080;
}
.AnyTagClassName
{
color: #D8E080;
}
</style>
background-color css
<style>
a { background-color: #D8E080; }
a { background-color: rgb(216,224,128); }
div.DivClassName
{
background-color: #D8E080;
}
.BgClassName
{
background-color: #D8E080;
}
</style>
border-color css
<style>
span { border-color: #D8E080; }
span { border-color: rgb(216,224,128); }
td.TdClassName
{
border-color: #D8E080;
}
.TagClassName
{
border-color: #D8E080;
}
</style>