Shades of Goldenrod #DDD966
Tints of Goldenrod #DDD966
RGB
CMYK
RGB Variations
Color information
#DDD966 (or 0xDDD966) is known color: Goldenrod. HEX triplet: DD, D9 and 66. RGB value is (221,217,102). Sum of RGB (Red+Green+Blue) = 221+217+102=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD966 is #222699. Grayscale: #CDCDCD. Windows color (decimal): -2238106 or 6740445. OLE color: 6740445.
HSL color Cylindrical-coordinate representation of color #DDD966: hue angle of 57.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDD966 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 102 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.13 |
| HSL | 57.98º | 0.64% | 0.63% | - |
| HSV(B) | 57.98º | 0.54% | 0.87% | - |
| XYZ | 57.03 | 65.96 | 22.3 | - |
| YUV | 205.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 102 | 0 | 0.02 | 0.54 | 0.13 | 57.98 | 0.64 | 0.63 |
| Hex | DD | D9 | 66 | 0 | 2 | 36 | D | 3A | 40 | 3F |
| Octal | 335 | 331 | 146 | 0 | 2 | 66 | 15 | 72 | 100 | 77 |
| Binary | 11011101 | 11011001 | 1100110 | 0 | 10 | 110110 | 1101 | 111010 | 1000000 | 111111 |
Color Harmonies of #DDD966
Complementary color
Monochromatic Colors of #DDD966
Black with #DDD966
Text Example
Text Example
White with #DDD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD966; }
p { color: rgb(221,217,102); }
H1.HeaderClassName
{
color: #DDD966;
}
.AnyTagClassName
{
color: #DDD966;
}
</style>
background-color css
<style>
a { background-color: #DDD966; }
a { background-color: rgb(221,217,102); }
div.DivClassName
{
background-color: #DDD966;
}
.BgClassName
{
background-color: #DDD966;
}
</style>
border-color css
<style>
span { border-color: #DDD966; }
span { border-color: rgb(221,217,102); }
td.TdClassName
{
border-color: #DDD966;
}
.TagClassName
{
border-color: #DDD966;
}
</style>