Shades of Goldenrod #DDD266
Tints of Goldenrod #DDD266
RGB
CMYK
RGB Variations
Color information
#DDD266 (or 0xDDD266) is known color: Goldenrod. HEX triplet: DD, D2 and 66. RGB value is (221,210,102). Sum of RGB (Red+Green+Blue) = 221+210+102=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD266 is #222D99. Grayscale: #C9C9C9. Windows color (decimal): -2239898 or 6738653. OLE color: 6738653.
HSL color Cylindrical-coordinate representation of color #DDD266: hue angle of 54.45º 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 #DDD266 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 54.45º | 0.64% | 0.63% | - |
| HSV(B) | 54.45º | 0.54% | 0.87% | - |
| XYZ | 55.26 | 62.42 | 21.71 | - |
| YUV | 200.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 102 | 0 | 0.05 | 0.54 | 0.13 | 54.45 | 0.64 | 0.63 |
| Hex | DD | D2 | 66 | 0 | 5 | 36 | D | 36 | 40 | 3F |
| Octal | 335 | 322 | 146 | 0 | 5 | 66 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010010 | 1100110 | 0 | 101 | 110110 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD266
Complementary color
Monochromatic Colors of #DDD266
Black with #DDD266
Text Example
Text Example
White with #DDD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD266; }
p { color: rgb(221,210,102); }
H1.HeaderClassName
{
color: #DDD266;
}
.AnyTagClassName
{
color: #DDD266;
}
</style>
background-color css
<style>
a { background-color: #DDD266; }
a { background-color: rgb(221,210,102); }
div.DivClassName
{
background-color: #DDD266;
}
.BgClassName
{
background-color: #DDD266;
}
</style>
border-color css
<style>
span { border-color: #DDD266; }
span { border-color: rgb(221,210,102); }
td.TdClassName
{
border-color: #DDD266;
}
.TagClassName
{
border-color: #DDD266;
}
</style>