Shades of Goldenrod #DDDE7C
Tints of Goldenrod #DDDE7C
RGB
CMYK
RGB Variations
Color information
#DDDE7C (or 0xDDDE7C) is known color: Goldenrod. HEX triplet: DD, DE and 7C. RGB value is (221,222,124). Sum of RGB (Red+Green+Blue) = 221+222+124=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE7C is #222183. Grayscale: #D2D2D2. Windows color (decimal): -2236804 or 8183517. OLE color: 8183517.
HSL color Cylindrical-coordinate representation of color #DDDE7C: hue angle of 60.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDDE7C is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 124 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.13 |
| HSL | 60.61º | 0.6% | 0.68% | - |
| HSV(B) | 60.61º | 0.44% | 0.87% | - |
| XYZ | 59.58 | 69.07 | 29.26 | - |
| YUV | 210.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 124 | 0.00 | 0 | 0.44 | 0.13 | 60.61 | 0.6 | 0.68 |
| Hex | DD | DE | 7C | 0 | 0 | 2C | D | 3D | 3C | 44 |
| Octal | 335 | 336 | 174 | 0 | 0 | 54 | 15 | 75 | 74 | 104 |
| Binary | 11011101 | 11011110 | 1111100 | 0 | 0 | 101100 | 1101 | 111101 | 111100 | 1000100 |
Color Harmonies of #DDDE7C
Complementary color
Monochromatic Colors of #DDDE7C
Black with #DDDE7C
Text Example
Text Example
White with #DDDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE7C; }
p { color: rgb(221,222,124); }
H1.HeaderClassName
{
color: #DDDE7C;
}
.AnyTagClassName
{
color: #DDDE7C;
}
</style>
background-color css
<style>
a { background-color: #DDDE7C; }
a { background-color: rgb(221,222,124); }
div.DivClassName
{
background-color: #DDDE7C;
}
.BgClassName
{
background-color: #DDDE7C;
}
</style>
border-color css
<style>
span { border-color: #DDDE7C; }
span { border-color: rgb(221,222,124); }
td.TdClassName
{
border-color: #DDDE7C;
}
.TagClassName
{
border-color: #DDDE7C;
}
</style>