Shades of Goldenrod #DDDD6E
Tints of Goldenrod #DDDD6E
RGB
CMYK
RGB Variations
Color information
#DDDD6E (or 0xDDDD6E) is known color: Goldenrod. HEX triplet: DD, DD and 6E. RGB value is (221,221,110). Sum of RGB (Red+Green+Blue) = 221+221+110=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD6E is #222291. Grayscale: #D0D0D0. Windows color (decimal): -2237074 or 7265757. OLE color: 7265757.
HSL color Cylindrical-coordinate representation of color #DDDD6E: hue angle of 60º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDD6E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 110 | - |
| CMYK | 0 | 0 | 0.50 | 0.13 |
| HSL | 60º | 0.62% | 0.65% | - |
| HSV(B) | 60º | 0.5% | 0.87% | - |
| XYZ | 58.49 | 68.21 | 24.84 | - |
| YUV | 208.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 110 | 0 | 0 | 0.50 | 0.13 | 60 | 0.62 | 0.65 |
| Hex | DD | DD | 6E | 0 | 0 | 32 | D | 3C | 3E | 41 |
| Octal | 335 | 335 | 156 | 0 | 0 | 62 | 15 | 74 | 76 | 101 |
| Binary | 11011101 | 11011101 | 1101110 | 0 | 0 | 110010 | 1101 | 111100 | 111110 | 1000001 |
Color Harmonies of #DDDD6E
Complementary color
Monochromatic Colors of #DDDD6E
Black with #DDDD6E
Text Example
Text Example
White with #DDDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD6E; }
p { color: rgb(221,221,110); }
H1.HeaderClassName
{
color: #DDDD6E;
}
.AnyTagClassName
{
color: #DDDD6E;
}
</style>
background-color css
<style>
a { background-color: #DDDD6E; }
a { background-color: rgb(221,221,110); }
div.DivClassName
{
background-color: #DDDD6E;
}
.BgClassName
{
background-color: #DDDD6E;
}
</style>
border-color css
<style>
span { border-color: #DDDD6E; }
span { border-color: rgb(221,221,110); }
td.TdClassName
{
border-color: #DDDD6E;
}
.TagClassName
{
border-color: #DDDD6E;
}
</style>