Shades of Goldenrod #D7E080
Tints of Goldenrod #D7E080
RGB
CMYK
RGB Variations
Color information
#D7E080 (or 0xD7E080) is known color: Goldenrod. HEX triplet: D7, E0 and 80. RGB value is (215,224,128). Sum of RGB (Red+Green+Blue) = 215+224+128=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E080 is #281F7F. Grayscale: #D2D2D2. Windows color (decimal): -2629504 or 8446167. OLE color: 8446167.
HSL color Cylindrical-coordinate representation of color #D7E080: hue angle of 65.62º 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 #D7E080 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 128 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.12 |
| HSL | 65.63º | 0.61% | 0.69% | - |
| HSV(B) | 65.63º | 0.43% | 0.88% | - |
| XYZ | 58.58 | 69.32 | 30.71 | - |
| YUV | 210.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 128 | 0.04 | 0 | 0.43 | 0.12 | 65.63 | 0.61 | 0.69 |
| Hex | D7 | E0 | 80 | 4 | 0 | 2B | C | 42 | 3D | 45 |
| Octal | 327 | 340 | 200 | 4 | 0 | 53 | 14 | 102 | 75 | 105 |
| Binary | 11010111 | 11100000 | 10000000 | 100 | 0 | 101011 | 1100 | 1000010 | 111101 | 1000101 |
Color Harmonies of #D7E080
Complementary color
Monochromatic Colors of #D7E080
Black with #D7E080
Text Example
Text Example
White with #D7E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E080; }
p { color: rgb(215,224,128); }
H1.HeaderClassName
{
color: #D7E080;
}
.AnyTagClassName
{
color: #D7E080;
}
</style>
background-color css
<style>
a { background-color: #D7E080; }
a { background-color: rgb(215,224,128); }
div.DivClassName
{
background-color: #D7E080;
}
.BgClassName
{
background-color: #D7E080;
}
</style>
border-color css
<style>
span { border-color: #D7E080; }
span { border-color: rgb(215,224,128); }
td.TdClassName
{
border-color: #D7E080;
}
.TagClassName
{
border-color: #D7E080;
}
</style>