Shades of Equator #DCB96A
Tints of Equator #DCB96A
RGB
CMYK
RGB Variations
Color information
#DCB96A (or 0xDCB96A) is known color: Equator. HEX triplet: DC, B9 and 6A. RGB value is (220,185,106). Sum of RGB (Red+Green+Blue) = 220+185+106=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB96A is #234695. Grayscale: #BABABA. Windows color (decimal): -2311830 or 6994396. OLE color: 6994396.
HSL color Cylindrical-coordinate representation of color #DCB96A: hue angle of 41.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCB96A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.58º | 0.62% | 0.64% | - |
| HSV(B) | 41.58º | 0.52% | 0.86% | - |
| XYZ | 49.47 | 50.95 | 20.86 | - |
| YUV | 186.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 106 | 0 | 0.16 | 0.52 | 0.14 | 41.58 | 0.62 | 0.64 |
| Hex | DC | B9 | 6A | 0 | 10 | 34 | E | 2A | 3E | 40 |
| Octal | 334 | 271 | 152 | 0 | 20 | 64 | 16 | 52 | 76 | 100 |
| Binary | 11011100 | 10111001 | 1101010 | 0 | 10000 | 110100 | 1110 | 101010 | 111110 | 1000000 |
Color Harmonies of #DCB96A
Complementary color
Monochromatic Colors of #DCB96A
Black with #DCB96A
Text Example
Text Example
White with #DCB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB96A; }
p { color: rgb(220,185,106); }
H1.HeaderClassName
{
color: #DCB96A;
}
.AnyTagClassName
{
color: #DCB96A;
}
</style>
background-color css
<style>
a { background-color: #DCB96A; }
a { background-color: rgb(220,185,106); }
div.DivClassName
{
background-color: #DCB96A;
}
.BgClassName
{
background-color: #DCB96A;
}
</style>
border-color css
<style>
span { border-color: #DCB96A; }
span { border-color: rgb(220,185,106); }
td.TdClassName
{
border-color: #DCB96A;
}
.TagClassName
{
border-color: #DCB96A;
}
</style>