Shades of Goldenrod #DDD96D
Tints of Goldenrod #DDD96D
RGB
CMYK
RGB Variations
Color information
#DDD96D (or 0xDDD96D) is known color: Goldenrod. HEX triplet: DD, D9 and 6D. RGB value is (221,217,109). Sum of RGB (Red+Green+Blue) = 221+217+109=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD96D is #222692. Grayscale: #CECECE. Windows color (decimal): -2238099 or 7199197. OLE color: 7199197.
HSL color Cylindrical-coordinate representation of color #DDD96D: hue angle of 57.86º degrees, saturation: 0.62, 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 #DDD96D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 109 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.13 |
| HSL | 57.86º | 0.62% | 0.65% | - |
| HSV(B) | 57.86º | 0.51% | 0.87% | - |
| XYZ | 57.39 | 66.1 | 24.2 | - |
| YUV | 205.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 109 | 0 | 0.02 | 0.51 | 0.13 | 57.86 | 0.62 | 0.65 |
| Hex | DD | D9 | 6D | 0 | 2 | 33 | D | 3A | 3E | 41 |
| Octal | 335 | 331 | 155 | 0 | 2 | 63 | 15 | 72 | 76 | 101 |
| Binary | 11011101 | 11011001 | 1101101 | 0 | 10 | 110011 | 1101 | 111010 | 111110 | 1000001 |
Color Harmonies of #DDD96D
Complementary color
Monochromatic Colors of #DDD96D
Black with #DDD96D
Text Example
Text Example
White with #DDD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD96D; }
p { color: rgb(221,217,109); }
H1.HeaderClassName
{
color: #DDD96D;
}
.AnyTagClassName
{
color: #DDD96D;
}
</style>
background-color css
<style>
a { background-color: #DDD96D; }
a { background-color: rgb(221,217,109); }
div.DivClassName
{
background-color: #DDD96D;
}
.BgClassName
{
background-color: #DDD96D;
}
</style>
border-color css
<style>
span { border-color: #DDD96D; }
span { border-color: rgb(221,217,109); }
td.TdClassName
{
border-color: #DDD96D;
}
.TagClassName
{
border-color: #DDD96D;
}
</style>