Shades of Equator #DDB166
Tints of Equator #DDB166
RGB
CMYK
RGB Variations
Color information
#DDB166 (or 0xDDB166) is known color: Equator. HEX triplet: DD, B1 and 66. RGB value is (221,177,102). Sum of RGB (Red+Green+Blue) = 221+177+102=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB166 is #224E99. Grayscale: #B5B5B5. Windows color (decimal): -2248346 or 6730205. OLE color: 6730205.
HSL color Cylindrical-coordinate representation of color #DDB166: hue angle of 37.82º 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 #DDB166 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 102 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.13 |
| HSL | 37.82º | 0.64% | 0.63% | - |
| HSV(B) | 37.82º | 0.54% | 0.87% | - |
| XYZ | 47.94 | 47.78 | 19.27 | - |
| YUV | 181.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 102 | 0 | 0.20 | 0.54 | 0.13 | 37.82 | 0.64 | 0.63 |
| Hex | DD | B1 | 66 | 0 | 14 | 36 | D | 26 | 40 | 3F |
| Octal | 335 | 261 | 146 | 0 | 24 | 66 | 15 | 46 | 100 | 77 |
| Binary | 11011101 | 10110001 | 1100110 | 0 | 10100 | 110110 | 1101 | 100110 | 1000000 | 111111 |
Color Harmonies of #DDB166
Complementary color
Monochromatic Colors of #DDB166
Black with #DDB166
Text Example
Text Example
White with #DDB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB166; }
p { color: rgb(221,177,102); }
H1.HeaderClassName
{
color: #DDB166;
}
.AnyTagClassName
{
color: #DDB166;
}
</style>
background-color css
<style>
a { background-color: #DDB166; }
a { background-color: rgb(221,177,102); }
div.DivClassName
{
background-color: #DDB166;
}
.BgClassName
{
background-color: #DDB166;
}
</style>
border-color css
<style>
span { border-color: #DDB166; }
span { border-color: rgb(221,177,102); }
td.TdClassName
{
border-color: #DDB166;
}
.TagClassName
{
border-color: #DDB166;
}
</style>