Shades of Equator #DCAB6B
Tints of Equator #DCAB6B
RGB
CMYK
RGB Variations
Color information
#DCAB6B (or 0xDCAB6B) is known color: Equator. HEX triplet: DC, AB and 6B. RGB value is (220,171,107). Sum of RGB (Red+Green+Blue) = 220+171+107=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB6B is #235494. Grayscale: #B2B2B2. Windows color (decimal): -2315413 or 7056348. OLE color: 7056348.
HSL color Cylindrical-coordinate representation of color #DCAB6B: hue angle of 33.98º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCAB6B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 107 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.14 |
| HSL | 33.98º | 0.62% | 0.64% | - |
| HSV(B) | 33.98º | 0.51% | 0.86% | - |
| XYZ | 46.73 | 45.4 | 20.21 | - |
| YUV | 178.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 107 | 0 | 0.22 | 0.51 | 0.14 | 33.98 | 0.62 | 0.64 |
| Hex | DC | AB | 6B | 0 | 16 | 33 | E | 22 | 3E | 40 |
| Octal | 334 | 253 | 153 | 0 | 26 | 63 | 16 | 42 | 76 | 100 |
| Binary | 11011100 | 10101011 | 1101011 | 0 | 10110 | 110011 | 1110 | 100010 | 111110 | 1000000 |
Color Harmonies of #DCAB6B
Complementary color
Monochromatic Colors of #DCAB6B
Black with #DCAB6B
Text Example
Text Example
White with #DCAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB6B; }
p { color: rgb(220,171,107); }
H1.HeaderClassName
{
color: #DCAB6B;
}
.AnyTagClassName
{
color: #DCAB6B;
}
</style>
background-color css
<style>
a { background-color: #DCAB6B; }
a { background-color: rgb(220,171,107); }
div.DivClassName
{
background-color: #DCAB6B;
}
.BgClassName
{
background-color: #DCAB6B;
}
</style>
border-color css
<style>
span { border-color: #DCAB6B; }
span { border-color: rgb(220,171,107); }
td.TdClassName
{
border-color: #DCAB6B;
}
.TagClassName
{
border-color: #DCAB6B;
}
</style>