Shades of Equator #DCBA65
Tints of Equator #DCBA65
RGB
CMYK
RGB Variations
Color information
#DCBA65 (or 0xDCBA65) is known color: Equator. HEX triplet: DC, BA and 65. RGB value is (220,186,101). Sum of RGB (Red+Green+Blue) = 220+186+101=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA65 is #23459A. Grayscale: #BABABA. Windows color (decimal): -2311579 or 6666972. OLE color: 6666972.
HSL color Cylindrical-coordinate representation of color #DCBA65: hue angle of 42.86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCBA65 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 101 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.14 |
| HSL | 42.86º | 0.63% | 0.63% | - |
| HSV(B) | 42.86º | 0.54% | 0.86% | - |
| XYZ | 49.42 | 51.27 | 19.6 | - |
| YUV | 186.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 101 | 0 | 0.15 | 0.54 | 0.14 | 42.86 | 0.63 | 0.63 |
| Hex | DC | BA | 65 | 0 | F | 36 | E | 2B | 3F | 3F |
| Octal | 334 | 272 | 145 | 0 | 17 | 66 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111010 | 1100101 | 0 | 1111 | 110110 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCBA65
Complementary color
Monochromatic Colors of #DCBA65
Black with #DCBA65
Text Example
Text Example
White with #DCBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA65; }
p { color: rgb(220,186,101); }
H1.HeaderClassName
{
color: #DCBA65;
}
.AnyTagClassName
{
color: #DCBA65;
}
</style>
background-color css
<style>
a { background-color: #DCBA65; }
a { background-color: rgb(220,186,101); }
div.DivClassName
{
background-color: #DCBA65;
}
.BgClassName
{
background-color: #DCBA65;
}
</style>
border-color css
<style>
span { border-color: #DCBA65; }
span { border-color: rgb(220,186,101); }
td.TdClassName
{
border-color: #DCBA65;
}
.TagClassName
{
border-color: #DCBA65;
}
</style>