Shades of Equator #DDB666
Tints of Equator #DDB666
RGB
CMYK
RGB Variations
Color information
#DDB666 (or 0xDDB666) is known color: Equator. HEX triplet: DD, B6 and 66. RGB value is (221,182,102). Sum of RGB (Red+Green+Blue) = 221+182+102=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB666 is #224999. Grayscale: #B8B8B8. Windows color (decimal): -2247066 or 6731485. OLE color: 6731485.
HSL color Cylindrical-coordinate representation of color #DDB666: hue angle of 40.34º 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 #DDB666 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 102 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.13 |
| HSL | 40.34º | 0.64% | 0.63% | - |
| HSV(B) | 40.34º | 0.54% | 0.87% | - |
| XYZ | 48.95 | 49.79 | 19.6 | - |
| YUV | 184.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 102 | 0 | 0.18 | 0.54 | 0.13 | 40.34 | 0.64 | 0.63 |
| Hex | DD | B6 | 66 | 0 | 12 | 36 | D | 28 | 40 | 3F |
| Octal | 335 | 266 | 146 | 0 | 22 | 66 | 15 | 50 | 100 | 77 |
| Binary | 11011101 | 10110110 | 1100110 | 0 | 10010 | 110110 | 1101 | 101000 | 1000000 | 111111 |
Color Harmonies of #DDB666
Complementary color
Monochromatic Colors of #DDB666
Black with #DDB666
Text Example
Text Example
White with #DDB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB666; }
p { color: rgb(221,182,102); }
H1.HeaderClassName
{
color: #DDB666;
}
.AnyTagClassName
{
color: #DDB666;
}
</style>
background-color css
<style>
a { background-color: #DDB666; }
a { background-color: rgb(221,182,102); }
div.DivClassName
{
background-color: #DDB666;
}
.BgClassName
{
background-color: #DDB666;
}
</style>
border-color css
<style>
span { border-color: #DDB666; }
span { border-color: rgb(221,182,102); }
td.TdClassName
{
border-color: #DDB666;
}
.TagClassName
{
border-color: #DDB666;
}
</style>