Shades of Goldenrod #DDE06B
Tints of Goldenrod #DDE06B
RGB
CMYK
RGB Variations
Color information
#DDE06B (or 0xDDE06B) is known color: Goldenrod. HEX triplet: DD, E0 and 6B. RGB value is (221,224,107). Sum of RGB (Red+Green+Blue) = 221+224+107=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE06B is #221F94. Grayscale: #D2D2D2. Windows color (decimal): -2236309 or 7069917. OLE color: 7069917.
HSL color Cylindrical-coordinate representation of color #DDE06B: hue angle of 61.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDE06B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 107 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.12 |
| HSL | 61.54º | 0.65% | 0.65% | - |
| HSV(B) | 61.54º | 0.52% | 0.88% | - |
| XYZ | 59.13 | 69.75 | 24.26 | - |
| YUV | 209.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 107 | 0.01 | 0 | 0.52 | 0.12 | 61.54 | 0.65 | 0.65 |
| Hex | DD | E0 | 6B | 1 | 0 | 34 | C | 3E | 41 | 41 |
| Octal | 335 | 340 | 153 | 1 | 0 | 64 | 14 | 76 | 101 | 101 |
| Binary | 11011101 | 11100000 | 1101011 | 1 | 0 | 110100 | 1100 | 111110 | 1000001 | 1000001 |
Color Harmonies of #DDE06B
Complementary color
Monochromatic Colors of #DDE06B
Black with #DDE06B
Text Example
Text Example
White with #DDE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE06B; }
p { color: rgb(221,224,107); }
H1.HeaderClassName
{
color: #DDE06B;
}
.AnyTagClassName
{
color: #DDE06B;
}
</style>
background-color css
<style>
a { background-color: #DDE06B; }
a { background-color: rgb(221,224,107); }
div.DivClassName
{
background-color: #DDE06B;
}
.BgClassName
{
background-color: #DDE06B;
}
</style>
border-color css
<style>
span { border-color: #DDE06B; }
span { border-color: rgb(221,224,107); }
td.TdClassName
{
border-color: #DDE06B;
}
.TagClassName
{
border-color: #DDE06B;
}
</style>