Shades of Goldenrod #DDE16F
Tints of Goldenrod #DDE16F
RGB
CMYK
RGB Variations
Color information
#DDE16F (or 0xDDE16F) is known color: Goldenrod. HEX triplet: DD, E1 and 6F. RGB value is (221,225,111). Sum of RGB (Red+Green+Blue) = 221+225+111=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16F is #221E90. Grayscale: #D3D3D3. Windows color (decimal): -2236049 or 7332317. OLE color: 7332317.
HSL color Cylindrical-coordinate representation of color #DDE16F: hue angle of 62.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE16F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 111 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.12 |
| HSL | 62.11º | 0.66% | 0.66% | - |
| HSV(B) | 62.11º | 0.51% | 0.88% | - |
| XYZ | 59.61 | 70.37 | 25.48 | - |
| YUV | 210.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 111 | 0.02 | 0 | 0.51 | 0.12 | 62.11 | 0.66 | 0.66 |
| Hex | DD | E1 | 6F | 2 | 0 | 33 | C | 3E | 42 | 42 |
| Octal | 335 | 341 | 157 | 2 | 0 | 63 | 14 | 76 | 102 | 102 |
| Binary | 11011101 | 11100001 | 1101111 | 10 | 0 | 110011 | 1100 | 111110 | 1000010 | 1000010 |
Color Harmonies of #DDE16F
Complementary color
Monochromatic Colors of #DDE16F
Black with #DDE16F
Text Example
Text Example
White with #DDE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE16F; }
p { color: rgb(221,225,111); }
H1.HeaderClassName
{
color: #DDE16F;
}
.AnyTagClassName
{
color: #DDE16F;
}
</style>
background-color css
<style>
a { background-color: #DDE16F; }
a { background-color: rgb(221,225,111); }
div.DivClassName
{
background-color: #DDE16F;
}
.BgClassName
{
background-color: #DDE16F;
}
</style>
border-color css
<style>
span { border-color: #DDE16F; }
span { border-color: rgb(221,225,111); }
td.TdClassName
{
border-color: #DDE16F;
}
.TagClassName
{
border-color: #DDE16F;
}
</style>