Shades of Goldenrod #DDE072
Tints of Goldenrod #DDE072
RGB
CMYK
RGB Variations
Color information
#DDE072 (or 0xDDE072) is known color: Goldenrod. HEX triplet: DD, E0 and 72. RGB value is (221,224,114). Sum of RGB (Red+Green+Blue) = 221+224+114=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE072 is #221F8D. Grayscale: #D2D2D2. Windows color (decimal): -2236302 or 7528669. OLE color: 7528669.
HSL color Cylindrical-coordinate representation of color #DDE072: hue angle of 61.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDE072 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 114 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.12 |
| HSL | 61.64º | 0.64% | 0.66% | - |
| HSV(B) | 61.64º | 0.49% | 0.88% | - |
| XYZ | 59.51 | 69.9 | 26.27 | - |
| YUV | 210.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 114 | 0.01 | 0 | 0.49 | 0.12 | 61.64 | 0.64 | 0.66 |
| Hex | DD | E0 | 72 | 1 | 0 | 31 | C | 3E | 40 | 42 |
| Octal | 335 | 340 | 162 | 1 | 0 | 61 | 14 | 76 | 100 | 102 |
| Binary | 11011101 | 11100000 | 1110010 | 1 | 0 | 110001 | 1100 | 111110 | 1000000 | 1000010 |
Color Harmonies of #DDE072
Complementary color
Monochromatic Colors of #DDE072
Black with #DDE072
Text Example
Text Example
White with #DDE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE072; }
p { color: rgb(221,224,114); }
H1.HeaderClassName
{
color: #DDE072;
}
.AnyTagClassName
{
color: #DDE072;
}
</style>
background-color css
<style>
a { background-color: #DDE072; }
a { background-color: rgb(221,224,114); }
div.DivClassName
{
background-color: #DDE072;
}
.BgClassName
{
background-color: #DDE072;
}
</style>
border-color css
<style>
span { border-color: #DDE072; }
span { border-color: rgb(221,224,114); }
td.TdClassName
{
border-color: #DDE072;
}
.TagClassName
{
border-color: #DDE072;
}
</style>