Shades of Goldenrod #DDE06E
Tints of Goldenrod #DDE06E
RGB
CMYK
RGB Variations
Color information
#DDE06E (or 0xDDE06E) is known color: Goldenrod. HEX triplet: DD, E0 and 6E. RGB value is (221,224,110). Sum of RGB (Red+Green+Blue) = 221+224+110=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE06E is #221F91. Grayscale: #D2D2D2. Windows color (decimal): -2236306 or 7266525. OLE color: 7266525.
HSL color Cylindrical-coordinate representation of color #DDE06E: hue angle of 61.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE06E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 110 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.12 |
| HSL | 61.58º | 0.65% | 0.65% | - |
| HSV(B) | 61.58º | 0.51% | 0.88% | - |
| XYZ | 59.29 | 69.81 | 25.1 | - |
| YUV | 210.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 110 | 0.01 | 0 | 0.51 | 0.12 | 61.58 | 0.65 | 0.65 |
| Hex | DD | E0 | 6E | 1 | 0 | 33 | C | 3E | 41 | 41 |
| Octal | 335 | 340 | 156 | 1 | 0 | 63 | 14 | 76 | 101 | 101 |
| Binary | 11011101 | 11100000 | 1101110 | 1 | 0 | 110011 | 1100 | 111110 | 1000001 | 1000001 |
Color Harmonies of #DDE06E
Complementary color
Monochromatic Colors of #DDE06E
Black with #DDE06E
Text Example
Text Example
White with #DDE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE06E; }
p { color: rgb(221,224,110); }
H1.HeaderClassName
{
color: #DDE06E;
}
.AnyTagClassName
{
color: #DDE06E;
}
</style>
background-color css
<style>
a { background-color: #DDE06E; }
a { background-color: rgb(221,224,110); }
div.DivClassName
{
background-color: #DDE06E;
}
.BgClassName
{
background-color: #DDE06E;
}
</style>
border-color css
<style>
span { border-color: #DDE06E; }
span { border-color: rgb(221,224,110); }
td.TdClassName
{
border-color: #DDE06E;
}
.TagClassName
{
border-color: #DDE06E;
}
</style>