Shades of Goldenrod #DDD666
Tints of Goldenrod #DDD666
RGB
CMYK
RGB Variations
Color information
#DDD666 (or 0xDDD666) is known color: Goldenrod. HEX triplet: DD, D6 and 66. RGB value is (221,214,102). Sum of RGB (Red+Green+Blue) = 221+214+102=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD666 is #222999. Grayscale: #CBCBCB. Windows color (decimal): -2238874 or 6739677. OLE color: 6739677.
HSL color Cylindrical-coordinate representation of color #DDD666: hue angle of 56.47º 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 #DDD666 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 102 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.13 |
| HSL | 56.47º | 0.64% | 0.63% | - |
| HSV(B) | 56.47º | 0.54% | 0.87% | - |
| XYZ | 56.26 | 64.42 | 22.04 | - |
| YUV | 203.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 102 | 0 | 0.03 | 0.54 | 0.13 | 56.47 | 0.64 | 0.63 |
| Hex | DD | D6 | 66 | 0 | 3 | 36 | D | 38 | 40 | 3F |
| Octal | 335 | 326 | 146 | 0 | 3 | 66 | 15 | 70 | 100 | 77 |
| Binary | 11011101 | 11010110 | 1100110 | 0 | 11 | 110110 | 1101 | 111000 | 1000000 | 111111 |
Color Harmonies of #DDD666
Complementary color
Monochromatic Colors of #DDD666
Black with #DDD666
Text Example
Text Example
White with #DDD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD666; }
p { color: rgb(221,214,102); }
H1.HeaderClassName
{
color: #DDD666;
}
.AnyTagClassName
{
color: #DDD666;
}
</style>
background-color css
<style>
a { background-color: #DDD666; }
a { background-color: rgb(221,214,102); }
div.DivClassName
{
background-color: #DDD666;
}
.BgClassName
{
background-color: #DDD666;
}
</style>
border-color css
<style>
span { border-color: #DDD666; }
span { border-color: rgb(221,214,102); }
td.TdClassName
{
border-color: #DDD666;
}
.TagClassName
{
border-color: #DDD666;
}
</style>