Shades of Equator #DDBA62
Tints of Equator #DDBA62
RGB
CMYK
RGB Variations
Color information
#DDBA62 (or 0xDDBA62) is known color: Equator. HEX triplet: DD, BA and 62. RGB value is (221,186,98). Sum of RGB (Red+Green+Blue) = 221+186+98=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA62 is #22459D. Grayscale: #BABABA. Windows color (decimal): -2246046 or 6470365. OLE color: 6470365.
HSL color Cylindrical-coordinate representation of color #DDBA62: hue angle of 42.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDBA62 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 98 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.13 |
| HSL | 42.93º | 0.64% | 0.63% | - |
| HSV(B) | 42.93º | 0.56% | 0.87% | - |
| XYZ | 49.58 | 51.37 | 18.86 | - |
| YUV | 186.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 98 | 0 | 0.16 | 0.56 | 0.13 | 42.93 | 0.64 | 0.63 |
| Hex | DD | BA | 62 | 0 | 10 | 38 | D | 2B | 40 | 3F |
| Octal | 335 | 272 | 142 | 0 | 20 | 70 | 15 | 53 | 100 | 77 |
| Binary | 11011101 | 10111010 | 1100010 | 0 | 10000 | 111000 | 1101 | 101011 | 1000000 | 111111 |
Color Harmonies of #DDBA62
Complementary color
Monochromatic Colors of #DDBA62
Black with #DDBA62
Text Example
Text Example
White with #DDBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA62; }
p { color: rgb(221,186,98); }
H1.HeaderClassName
{
color: #DDBA62;
}
.AnyTagClassName
{
color: #DDBA62;
}
</style>
background-color css
<style>
a { background-color: #DDBA62; }
a { background-color: rgb(221,186,98); }
div.DivClassName
{
background-color: #DDBA62;
}
.BgClassName
{
background-color: #DDBA62;
}
</style>
border-color css
<style>
span { border-color: #DDBA62; }
span { border-color: rgb(221,186,98); }
td.TdClassName
{
border-color: #DDBA62;
}
.TagClassName
{
border-color: #DDBA62;
}
</style>