Shades of Goldenrod #DDE37B
Tints of Goldenrod #DDE37B
RGB
CMYK
RGB Variations
Color information
#DDE37B (or 0xDDE37B) is known color: Goldenrod. HEX triplet: DD, E3 and 7B. RGB value is (221,227,123). Sum of RGB (Red+Green+Blue) = 221+227+123=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE37B is #221C84. Grayscale: #D5D5D5. Windows color (decimal): -2235525 or 8119261. OLE color: 8119261.
HSL color Cylindrical-coordinate representation of color #DDE37B: hue angle of 63.46º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE37B is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 123 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 63.46º | 0.65% | 0.69% | - |
| HSV(B) | 63.46º | 0.46% | 0.89% | - |
| XYZ | 60.86 | 71.74 | 29.38 | - |
| YUV | 213.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 123 | 0.03 | 0 | 0.46 | 0.11 | 63.46 | 0.65 | 0.69 |
| Hex | DD | E3 | 7B | 3 | 0 | 2E | B | 3F | 41 | 45 |
| Octal | 335 | 343 | 173 | 3 | 0 | 56 | 13 | 77 | 101 | 105 |
| Binary | 11011101 | 11100011 | 1111011 | 11 | 0 | 101110 | 1011 | 111111 | 1000001 | 1000101 |
Color Harmonies of #DDE37B
Complementary color
Monochromatic Colors of #DDE37B
Black with #DDE37B
Text Example
Text Example
White with #DDE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE37B; }
p { color: rgb(221,227,123); }
H1.HeaderClassName
{
color: #DDE37B;
}
.AnyTagClassName
{
color: #DDE37B;
}
</style>
background-color css
<style>
a { background-color: #DDE37B; }
a { background-color: rgb(221,227,123); }
div.DivClassName
{
background-color: #DDE37B;
}
.BgClassName
{
background-color: #DDE37B;
}
</style>
border-color css
<style>
span { border-color: #DDE37B; }
span { border-color: rgb(221,227,123); }
td.TdClassName
{
border-color: #DDE37B;
}
.TagClassName
{
border-color: #DDE37B;
}
</style>