Shades of Equator #DDB660
Tints of Equator #DDB660
RGB
CMYK
RGB Variations
Color information
#DDB660 (or 0xDDB660) is known color: Equator. HEX triplet: DD, B6 and 60. RGB value is (221,182,96). Sum of RGB (Red+Green+Blue) = 221+182+96=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB660 is #22499F. Grayscale: #B8B8B8. Windows color (decimal): -2247072 or 6338269. OLE color: 6338269.
HSL color Cylindrical-coordinate representation of color #DDB660: hue angle of 41.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB660 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 96 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.13 |
| HSL | 41.28º | 0.65% | 0.62% | - |
| HSV(B) | 41.28º | 0.57% | 0.87% | - |
| XYZ | 48.66 | 49.67 | 18.09 | - |
| YUV | 183.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 96 | 0 | 0.18 | 0.57 | 0.13 | 41.28 | 0.65 | 0.62 |
| Hex | DD | B6 | 60 | 0 | 12 | 39 | D | 29 | 41 | 3E |
| Octal | 335 | 266 | 140 | 0 | 22 | 71 | 15 | 51 | 101 | 76 |
| Binary | 11011101 | 10110110 | 1100000 | 0 | 10010 | 111001 | 1101 | 101001 | 1000001 | 111110 |
Color Harmonies of #DDB660
Complementary color
Monochromatic Colors of #DDB660
Black with #DDB660
Text Example
Text Example
White with #DDB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB660; }
p { color: rgb(221,182,96); }
H1.HeaderClassName
{
color: #DDB660;
}
.AnyTagClassName
{
color: #DDB660;
}
</style>
background-color css
<style>
a { background-color: #DDB660; }
a { background-color: rgb(221,182,96); }
div.DivClassName
{
background-color: #DDB660;
}
.BgClassName
{
background-color: #DDB660;
}
</style>
border-color css
<style>
span { border-color: #DDB660; }
span { border-color: rgb(221,182,96); }
td.TdClassName
{
border-color: #DDB660;
}
.TagClassName
{
border-color: #DDB660;
}
</style>