Shades of Equator #DDB760
Tints of Equator #DDB760
RGB
CMYK
RGB Variations
Color information
#DDB760 (or 0xDDB760) is known color: Equator. HEX triplet: DD, B7 and 60. RGB value is (221,183,96). Sum of RGB (Red+Green+Blue) = 221+183+96=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB760 is #22489F. Grayscale: #B8B8B8. Windows color (decimal): -2246816 or 6338525. OLE color: 6338525.
HSL color Cylindrical-coordinate representation of color #DDB760: hue angle of 41.76º 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 #DDB760 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 96 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 41.76º | 0.65% | 0.62% | - |
| HSV(B) | 41.76º | 0.57% | 0.87% | - |
| XYZ | 48.86 | 50.08 | 18.16 | - |
| YUV | 184.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 96 | 0 | 0.17 | 0.57 | 0.13 | 41.76 | 0.65 | 0.62 |
| Hex | DD | B7 | 60 | 0 | 11 | 39 | D | 2A | 41 | 3E |
| Octal | 335 | 267 | 140 | 0 | 21 | 71 | 15 | 52 | 101 | 76 |
| Binary | 11011101 | 10110111 | 1100000 | 0 | 10001 | 111001 | 1101 | 101010 | 1000001 | 111110 |
Color Harmonies of #DDB760
Complementary color
Monochromatic Colors of #DDB760
Black with #DDB760
Text Example
Text Example
White with #DDB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB760; }
p { color: rgb(221,183,96); }
H1.HeaderClassName
{
color: #DDB760;
}
.AnyTagClassName
{
color: #DDB760;
}
</style>
background-color css
<style>
a { background-color: #DDB760; }
a { background-color: rgb(221,183,96); }
div.DivClassName
{
background-color: #DDB760;
}
.BgClassName
{
background-color: #DDB760;
}
</style>
border-color css
<style>
span { border-color: #DDB760; }
span { border-color: rgb(221,183,96); }
td.TdClassName
{
border-color: #DDB760;
}
.TagClassName
{
border-color: #DDB760;
}
</style>