Shades of Goldenrod #DDE06D
Tints of Goldenrod #DDE06D
RGB
CMYK
RGB Variations
Color information
#DDE06D (or 0xDDE06D) is known color: Goldenrod. HEX triplet: DD, E0 and 6D. RGB value is (221,224,109). Sum of RGB (Red+Green+Blue) = 221+224+109=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE06D is #221F92. Grayscale: #D2D2D2. Windows color (decimal): -2236307 or 7200989. OLE color: 7200989.
HSL color Cylindrical-coordinate representation of color #DDE06D: hue angle of 61.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE06D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 109 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.12 |
| HSL | 61.57º | 0.65% | 0.65% | - |
| HSV(B) | 61.57º | 0.51% | 0.88% | - |
| XYZ | 59.23 | 69.79 | 24.82 | - |
| YUV | 209.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 109 | 0.01 | 0 | 0.51 | 0.12 | 61.57 | 0.65 | 0.65 |
| Hex | DD | E0 | 6D | 1 | 0 | 33 | C | 3E | 41 | 41 |
| Octal | 335 | 340 | 155 | 1 | 0 | 63 | 14 | 76 | 101 | 101 |
| Binary | 11011101 | 11100000 | 1101101 | 1 | 0 | 110011 | 1100 | 111110 | 1000001 | 1000001 |
Color Harmonies of #DDE06D
Complementary color
Monochromatic Colors of #DDE06D
Black with #DDE06D
Text Example
Text Example
White with #DDE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE06D; }
p { color: rgb(221,224,109); }
H1.HeaderClassName
{
color: #DDE06D;
}
.AnyTagClassName
{
color: #DDE06D;
}
</style>
background-color css
<style>
a { background-color: #DDE06D; }
a { background-color: rgb(221,224,109); }
div.DivClassName
{
background-color: #DDE06D;
}
.BgClassName
{
background-color: #DDE06D;
}
</style>
border-color css
<style>
span { border-color: #DDE06D; }
span { border-color: rgb(221,224,109); }
td.TdClassName
{
border-color: #DDE06D;
}
.TagClassName
{
border-color: #DDE06D;
}
</style>