Shades of Goldenrod #DDE16E
Tints of Goldenrod #DDE16E
RGB
CMYK
RGB Variations
Color information
#DDE16E (or 0xDDE16E) is known color: Goldenrod. HEX triplet: DD, E1 and 6E. RGB value is (221,225,110). Sum of RGB (Red+Green+Blue) = 221+225+110=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16E is #221E91. Grayscale: #D3D3D3. Windows color (decimal): -2236050 or 7266781. OLE color: 7266781.
HSL color Cylindrical-coordinate representation of color #DDE16E: hue angle of 62.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE16E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 110 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.12 |
| HSL | 62.09º | 0.66% | 0.66% | - |
| HSV(B) | 62.09º | 0.51% | 0.88% | - |
| XYZ | 59.56 | 70.35 | 25.19 | - |
| YUV | 210.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 110 | 0.02 | 0 | 0.51 | 0.12 | 62.09 | 0.66 | 0.66 |
| Hex | DD | E1 | 6E | 2 | 0 | 33 | C | 3E | 42 | 42 |
| Octal | 335 | 341 | 156 | 2 | 0 | 63 | 14 | 76 | 102 | 102 |
| Binary | 11011101 | 11100001 | 1101110 | 10 | 0 | 110011 | 1100 | 111110 | 1000010 | 1000010 |
Color Harmonies of #DDE16E
Complementary color
Monochromatic Colors of #DDE16E
Black with #DDE16E
Text Example
Text Example
White with #DDE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE16E; }
p { color: rgb(221,225,110); }
H1.HeaderClassName
{
color: #DDE16E;
}
.AnyTagClassName
{
color: #DDE16E;
}
</style>
background-color css
<style>
a { background-color: #DDE16E; }
a { background-color: rgb(221,225,110); }
div.DivClassName
{
background-color: #DDE16E;
}
.BgClassName
{
background-color: #DDE16E;
}
</style>
border-color css
<style>
span { border-color: #DDE16E; }
span { border-color: rgb(221,225,110); }
td.TdClassName
{
border-color: #DDE16E;
}
.TagClassName
{
border-color: #DDE16E;
}
</style>