Shades of Goldenrod #DDE170
Tints of Goldenrod #DDE170
RGB
CMYK
RGB Variations
Color information
#DDE170 (or 0xDDE170) is known color: Goldenrod. HEX triplet: DD, E1 and 70. RGB value is (221,225,112). Sum of RGB (Red+Green+Blue) = 221+225+112=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE170 is #221E8F. Grayscale: #D3D3D3. Windows color (decimal): -2236048 or 7397853. OLE color: 7397853.
HSL color Cylindrical-coordinate representation of color #DDE170: hue angle of 62.12º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDE170 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 112 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.12 |
| HSL | 62.12º | 0.65% | 0.66% | - |
| HSV(B) | 62.12º | 0.5% | 0.88% | - |
| XYZ | 59.67 | 70.39 | 25.77 | - |
| YUV | 210.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 112 | 0.02 | 0 | 0.50 | 0.12 | 62.12 | 0.65 | 0.66 |
| Hex | DD | E1 | 70 | 2 | 0 | 32 | C | 3E | 41 | 42 |
| Octal | 335 | 341 | 160 | 2 | 0 | 62 | 14 | 76 | 101 | 102 |
| Binary | 11011101 | 11100001 | 1110000 | 10 | 0 | 110010 | 1100 | 111110 | 1000001 | 1000010 |
Color Harmonies of #DDE170
Complementary color
Monochromatic Colors of #DDE170
Black with #DDE170
Text Example
Text Example
White with #DDE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE170; }
p { color: rgb(221,225,112); }
H1.HeaderClassName
{
color: #DDE170;
}
.AnyTagClassName
{
color: #DDE170;
}
</style>
background-color css
<style>
a { background-color: #DDE170; }
a { background-color: rgb(221,225,112); }
div.DivClassName
{
background-color: #DDE170;
}
.BgClassName
{
background-color: #DDE170;
}
</style>
border-color css
<style>
span { border-color: #DDE170; }
span { border-color: rgb(221,225,112); }
td.TdClassName
{
border-color: #DDE170;
}
.TagClassName
{
border-color: #DDE170;
}
</style>