Shades of Goldenrod #DDE080
Tints of Goldenrod #DDE080
RGB
CMYK
RGB Variations
Color information
#DDE080 (or 0xDDE080) is known color: Goldenrod. HEX triplet: DD, E0 and 80. RGB value is (221,224,128). Sum of RGB (Red+Green+Blue) = 221+224+128=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE080 is #221F7F. Grayscale: #D4D4D4. Windows color (decimal): -2236288 or 8446173. OLE color: 8446173.
HSL color Cylindrical-coordinate representation of color #DDE080: hue angle of 61.88º 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 #DDE080 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 128 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.12 |
| HSL | 61.88º | 0.61% | 0.69% | - |
| HSV(B) | 61.88º | 0.43% | 0.88% | - |
| XYZ | 60.37 | 70.24 | 30.8 | - |
| YUV | 212.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 128 | 0.01 | 0 | 0.43 | 0.12 | 61.88 | 0.61 | 0.69 |
| Hex | DD | E0 | 80 | 1 | 0 | 2B | C | 3E | 3D | 45 |
| Octal | 335 | 340 | 200 | 1 | 0 | 53 | 14 | 76 | 75 | 105 |
| Binary | 11011101 | 11100000 | 10000000 | 1 | 0 | 101011 | 1100 | 111110 | 111101 | 1000101 |
Color Harmonies of #DDE080
Complementary color
Monochromatic Colors of #DDE080
Black with #DDE080
Text Example
Text Example
White with #DDE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE080; }
p { color: rgb(221,224,128); }
H1.HeaderClassName
{
color: #DDE080;
}
.AnyTagClassName
{
color: #DDE080;
}
</style>
background-color css
<style>
a { background-color: #DDE080; }
a { background-color: rgb(221,224,128); }
div.DivClassName
{
background-color: #DDE080;
}
.BgClassName
{
background-color: #DDE080;
}
</style>
border-color css
<style>
span { border-color: #DDE080; }
span { border-color: rgb(221,224,128); }
td.TdClassName
{
border-color: #DDE080;
}
.TagClassName
{
border-color: #DDE080;
}
</style>