Shades of Goldenrod #DDE370
Tints of Goldenrod #DDE370
RGB
CMYK
RGB Variations
Color information
#DDE370 (or 0xDDE370) is known color: Goldenrod. HEX triplet: DD, E3 and 70. RGB value is (221,227,112). Sum of RGB (Red+Green+Blue) = 221+227+112=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE370 is #221C8F. Grayscale: #D4D4D4. Windows color (decimal): -2235536 or 7398365. OLE color: 7398365.
HSL color Cylindrical-coordinate representation of color #DDE370: hue angle of 63.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE370 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 112 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.11 |
| HSL | 63.13º | 0.67% | 0.66% | - |
| HSV(B) | 63.13º | 0.51% | 0.89% | - |
| XYZ | 60.21 | 71.48 | 25.95 | - |
| YUV | 212.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 112 | 0.03 | 0 | 0.51 | 0.11 | 63.13 | 0.67 | 0.66 |
| Hex | DD | E3 | 70 | 3 | 0 | 33 | B | 3F | 43 | 42 |
| Octal | 335 | 343 | 160 | 3 | 0 | 63 | 13 | 77 | 103 | 102 |
| Binary | 11011101 | 11100011 | 1110000 | 11 | 0 | 110011 | 1011 | 111111 | 1000011 | 1000010 |
Color Harmonies of #DDE370
Complementary color
Monochromatic Colors of #DDE370
Black with #DDE370
Text Example
Text Example
White with #DDE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE370; }
p { color: rgb(221,227,112); }
H1.HeaderClassName
{
color: #DDE370;
}
.AnyTagClassName
{
color: #DDE370;
}
</style>
background-color css
<style>
a { background-color: #DDE370; }
a { background-color: rgb(221,227,112); }
div.DivClassName
{
background-color: #DDE370;
}
.BgClassName
{
background-color: #DDE370;
}
</style>
border-color css
<style>
span { border-color: #DDE370; }
span { border-color: rgb(221,227,112); }
td.TdClassName
{
border-color: #DDE370;
}
.TagClassName
{
border-color: #DDE370;
}
</style>