Shades of Goldenrod #DDDE6C
Tints of Goldenrod #DDDE6C
RGB
CMYK
RGB Variations
Color information
#DDDE6C (or 0xDDDE6C) is known color: Goldenrod. HEX triplet: DD, DE and 6C. RGB value is (221,222,108). Sum of RGB (Red+Green+Blue) = 221+222+108=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE6C is #222193. Grayscale: #D1D1D1. Windows color (decimal): -2236820 or 7134941. OLE color: 7134941.
HSL color Cylindrical-coordinate representation of color #DDDE6C: hue angle of 60.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDDE6C is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 108 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.13 |
| HSL | 60.53º | 0.63% | 0.65% | - |
| HSV(B) | 60.53º | 0.51% | 0.87% | - |
| XYZ | 58.65 | 68.7 | 24.36 | - |
| YUV | 208.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 108 | 0.00 | 0 | 0.51 | 0.13 | 60.53 | 0.63 | 0.65 |
| Hex | DD | DE | 6C | 0 | 0 | 33 | D | 3D | 3F | 41 |
| Octal | 335 | 336 | 154 | 0 | 0 | 63 | 15 | 75 | 77 | 101 |
| Binary | 11011101 | 11011110 | 1101100 | 0 | 0 | 110011 | 1101 | 111101 | 111111 | 1000001 |
Color Harmonies of #DDDE6C
Complementary color
Monochromatic Colors of #DDDE6C
Black with #DDDE6C
Text Example
Text Example
White with #DDDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE6C; }
p { color: rgb(221,222,108); }
H1.HeaderClassName
{
color: #DDDE6C;
}
.AnyTagClassName
{
color: #DDDE6C;
}
</style>
background-color css
<style>
a { background-color: #DDDE6C; }
a { background-color: rgb(221,222,108); }
div.DivClassName
{
background-color: #DDDE6C;
}
.BgClassName
{
background-color: #DDDE6C;
}
</style>
border-color css
<style>
span { border-color: #DDDE6C; }
span { border-color: rgb(221,222,108); }
td.TdClassName
{
border-color: #DDDE6C;
}
.TagClassName
{
border-color: #DDDE6C;
}
</style>