Shades of Equator #DDBA5E
Tints of Equator #DDBA5E
RGB
CMYK
RGB Variations
Color information
#DDBA5E (or 0xDDBA5E) is known color: Equator. HEX triplet: DD, BA and 5E. RGB value is (221,186,94). Sum of RGB (Red+Green+Blue) = 221+186+94=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA5E is #2245A1. Grayscale: #BABABA. Windows color (decimal): -2246050 or 6208221. OLE color: 6208221.
HSL color Cylindrical-coordinate representation of color #DDBA5E: hue angle of 43.46º 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 #DDBA5E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 94 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.13 |
| HSL | 43.46º | 0.65% | 0.62% | - |
| HSV(B) | 43.46º | 0.57% | 0.87% | - |
| XYZ | 49.4 | 51.3 | 17.89 | - |
| YUV | 185.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 94 | 0 | 0.16 | 0.57 | 0.13 | 43.46 | 0.65 | 0.62 |
| Hex | DD | BA | 5E | 0 | 10 | 39 | D | 2B | 41 | 3E |
| Octal | 335 | 272 | 136 | 0 | 20 | 71 | 15 | 53 | 101 | 76 |
| Binary | 11011101 | 10111010 | 1011110 | 0 | 10000 | 111001 | 1101 | 101011 | 1000001 | 111110 |
Color Harmonies of #DDBA5E
Complementary color
Monochromatic Colors of #DDBA5E
Black with #DDBA5E
Text Example
Text Example
White with #DDBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA5E; }
p { color: rgb(221,186,94); }
H1.HeaderClassName
{
color: #DDBA5E;
}
.AnyTagClassName
{
color: #DDBA5E;
}
</style>
background-color css
<style>
a { background-color: #DDBA5E; }
a { background-color: rgb(221,186,94); }
div.DivClassName
{
background-color: #DDBA5E;
}
.BgClassName
{
background-color: #DDBA5E;
}
</style>
border-color css
<style>
span { border-color: #DDBA5E; }
span { border-color: rgb(221,186,94); }
td.TdClassName
{
border-color: #DDBA5E;
}
.TagClassName
{
border-color: #DDBA5E;
}
</style>