Shades of Equator #DDB060
Tints of Equator #DDB060
RGB
CMYK
RGB Variations
Color information
#DDB060 (or 0xDDB060) is known color: Equator. HEX triplet: DD, B0 and 60. RGB value is (221,176,96). Sum of RGB (Red+Green+Blue) = 221+176+96=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB060 is #224F9F. Grayscale: #B4B4B4. Windows color (decimal): -2248608 or 6336733. OLE color: 6336733.
HSL color Cylindrical-coordinate representation of color #DDB060: hue angle of 38.4º 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 #DDB060 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 96 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.13 |
| HSL | 38.4º | 0.65% | 0.62% | - |
| HSV(B) | 38.4º | 0.57% | 0.87% | - |
| XYZ | 47.46 | 47.27 | 17.69 | - |
| YUV | 180.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 96 | 0 | 0.20 | 0.57 | 0.13 | 38.4 | 0.65 | 0.62 |
| Hex | DD | B0 | 60 | 0 | 14 | 39 | D | 26 | 41 | 3E |
| Octal | 335 | 260 | 140 | 0 | 24 | 71 | 15 | 46 | 101 | 76 |
| Binary | 11011101 | 10110000 | 1100000 | 0 | 10100 | 111001 | 1101 | 100110 | 1000001 | 111110 |
Color Harmonies of #DDB060
Complementary color
Monochromatic Colors of #DDB060
Black with #DDB060
Text Example
Text Example
White with #DDB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB060; }
p { color: rgb(221,176,96); }
H1.HeaderClassName
{
color: #DDB060;
}
.AnyTagClassName
{
color: #DDB060;
}
</style>
background-color css
<style>
a { background-color: #DDB060; }
a { background-color: rgb(221,176,96); }
div.DivClassName
{
background-color: #DDB060;
}
.BgClassName
{
background-color: #DDB060;
}
</style>
border-color css
<style>
span { border-color: #DDB060; }
span { border-color: rgb(221,176,96); }
td.TdClassName
{
border-color: #DDB060;
}
.TagClassName
{
border-color: #DDB060;
}
</style>