Shades of Goldenrod #DDE279
Tints of Goldenrod #DDE279
RGB
CMYK
RGB Variations
Color information
#DDE279 (or 0xDDE279) is known color: Goldenrod. HEX triplet: DD, E2 and 79. RGB value is (221,226,121). Sum of RGB (Red+Green+Blue) = 221+226+121=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE279 is #221D86. Grayscale: #D4D4D4. Windows color (decimal): -2235783 or 7987933. OLE color: 7987933.
HSL color Cylindrical-coordinate representation of color #DDE279: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE279 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 121 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.86º | 0.64% | 0.68% | - |
| HSV(B) | 62.86º | 0.46% | 0.89% | - |
| XYZ | 60.47 | 71.15 | 28.63 | - |
| YUV | 212.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 121 | 0.02 | 0 | 0.46 | 0.11 | 62.86 | 0.64 | 0.68 |
| Hex | DD | E2 | 79 | 2 | 0 | 2E | B | 3F | 40 | 44 |
| Octal | 335 | 342 | 171 | 2 | 0 | 56 | 13 | 77 | 100 | 104 |
| Binary | 11011101 | 11100010 | 1111001 | 10 | 0 | 101110 | 1011 | 111111 | 1000000 | 1000100 |
Color Harmonies of #DDE279
Complementary color
Monochromatic Colors of #DDE279
Black with #DDE279
Text Example
Text Example
White with #DDE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE279; }
p { color: rgb(221,226,121); }
H1.HeaderClassName
{
color: #DDE279;
}
.AnyTagClassName
{
color: #DDE279;
}
</style>
background-color css
<style>
a { background-color: #DDE279; }
a { background-color: rgb(221,226,121); }
div.DivClassName
{
background-color: #DDE279;
}
.BgClassName
{
background-color: #DDE279;
}
</style>
border-color css
<style>
span { border-color: #DDE279; }
span { border-color: rgb(221,226,121); }
td.TdClassName
{
border-color: #DDE279;
}
.TagClassName
{
border-color: #DDE279;
}
</style>