Shades of Goldenrod #DDE07D
Tints of Goldenrod #DDE07D
RGB
CMYK
RGB Variations
Color information
#DDE07D (or 0xDDE07D) is known color: Goldenrod. HEX triplet: DD, E0 and 7D. RGB value is (221,224,125). Sum of RGB (Red+Green+Blue) = 221+224+125=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE07D is #221F82. Grayscale: #D4D4D4. Windows color (decimal): -2236291 or 8249565. OLE color: 8249565.
HSL color Cylindrical-coordinate representation of color #DDE07D: hue angle of 61.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDE07D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 125 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.12 |
| HSL | 61.82º | 0.61% | 0.68% | - |
| HSV(B) | 61.82º | 0.44% | 0.88% | - |
| XYZ | 60.18 | 70.16 | 29.77 | - |
| YUV | 211.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 125 | 0.01 | 0 | 0.44 | 0.12 | 61.82 | 0.61 | 0.68 |
| Hex | DD | E0 | 7D | 1 | 0 | 2C | C | 3E | 3D | 44 |
| Octal | 335 | 340 | 175 | 1 | 0 | 54 | 14 | 76 | 75 | 104 |
| Binary | 11011101 | 11100000 | 1111101 | 1 | 0 | 101100 | 1100 | 111110 | 111101 | 1000100 |
Color Harmonies of #DDE07D
Complementary color
Monochromatic Colors of #DDE07D
Black with #DDE07D
Text Example
Text Example
White with #DDE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE07D; }
p { color: rgb(221,224,125); }
H1.HeaderClassName
{
color: #DDE07D;
}
.AnyTagClassName
{
color: #DDE07D;
}
</style>
background-color css
<style>
a { background-color: #DDE07D; }
a { background-color: rgb(221,224,125); }
div.DivClassName
{
background-color: #DDE07D;
}
.BgClassName
{
background-color: #DDE07D;
}
</style>
border-color css
<style>
span { border-color: #DDE07D; }
span { border-color: rgb(221,224,125); }
td.TdClassName
{
border-color: #DDE07D;
}
.TagClassName
{
border-color: #DDE07D;
}
</style>