Shades of Equator #DCBA67
Tints of Equator #DCBA67
RGB
CMYK
RGB Variations
Color information
#DCBA67 (or 0xDCBA67) is known color: Equator. HEX triplet: DC, BA and 67. RGB value is (220,186,103). Sum of RGB (Red+Green+Blue) = 220+186+103=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA67 is #234598. Grayscale: #BBBBBB. Windows color (decimal): -2311577 or 6798044. OLE color: 6798044.
HSL color Cylindrical-coordinate representation of color #DCBA67: hue angle of 42.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCBA67 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 103 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.14 |
| HSL | 42.56º | 0.63% | 0.63% | - |
| HSV(B) | 42.56º | 0.53% | 0.86% | - |
| XYZ | 49.52 | 51.31 | 20.13 | - |
| YUV | 186.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 103 | 0 | 0.15 | 0.53 | 0.14 | 42.56 | 0.63 | 0.63 |
| Hex | DC | BA | 67 | 0 | F | 35 | E | 2B | 3F | 3F |
| Octal | 334 | 272 | 147 | 0 | 17 | 65 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111010 | 1100111 | 0 | 1111 | 110101 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCBA67
Complementary color
Monochromatic Colors of #DCBA67
Black with #DCBA67
Text Example
Text Example
White with #DCBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA67; }
p { color: rgb(220,186,103); }
H1.HeaderClassName
{
color: #DCBA67;
}
.AnyTagClassName
{
color: #DCBA67;
}
</style>
background-color css
<style>
a { background-color: #DCBA67; }
a { background-color: rgb(220,186,103); }
div.DivClassName
{
background-color: #DCBA67;
}
.BgClassName
{
background-color: #DCBA67;
}
</style>
border-color css
<style>
span { border-color: #DCBA67; }
span { border-color: rgb(220,186,103); }
td.TdClassName
{
border-color: #DCBA67;
}
.TagClassName
{
border-color: #DCBA67;
}
</style>