Shades of Equator #DDBA63
Tints of Equator #DDBA63
RGB
CMYK
RGB Variations
Color information
#DDBA63 (or 0xDDBA63) is known color: Equator. HEX triplet: DD, BA and 63. RGB value is (221,186,99). Sum of RGB (Red+Green+Blue) = 221+186+99=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA63 is #22459C. Grayscale: #BABABA. Windows color (decimal): -2246045 or 6535901. OLE color: 6535901.
HSL color Cylindrical-coordinate representation of color #DDBA63: hue angle of 42.79º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDBA63 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.79º | 0.64% | 0.63% | - |
| HSV(B) | 42.79º | 0.55% | 0.87% | - |
| XYZ | 49.63 | 51.39 | 19.11 | - |
| YUV | 186.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 99 | 0 | 0.16 | 0.55 | 0.13 | 42.79 | 0.64 | 0.63 |
| Hex | DD | BA | 63 | 0 | 10 | 37 | D | 2B | 40 | 3F |
| Octal | 335 | 272 | 143 | 0 | 20 | 67 | 15 | 53 | 100 | 77 |
| Binary | 11011101 | 10111010 | 1100011 | 0 | 10000 | 110111 | 1101 | 101011 | 1000000 | 111111 |
Color Harmonies of #DDBA63
Complementary color
Monochromatic Colors of #DDBA63
Black with #DDBA63
Text Example
Text Example
White with #DDBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA63; }
p { color: rgb(221,186,99); }
H1.HeaderClassName
{
color: #DDBA63;
}
.AnyTagClassName
{
color: #DDBA63;
}
</style>
background-color css
<style>
a { background-color: #DDBA63; }
a { background-color: rgb(221,186,99); }
div.DivClassName
{
background-color: #DDBA63;
}
.BgClassName
{
background-color: #DDBA63;
}
</style>
border-color css
<style>
span { border-color: #DDBA63; }
span { border-color: rgb(221,186,99); }
td.TdClassName
{
border-color: #DDBA63;
}
.TagClassName
{
border-color: #DDBA63;
}
</style>