Shades of Equator #DCAB6A
Tints of Equator #DCAB6A
RGB
CMYK
RGB Variations
Color information
#DCAB6A (or 0xDCAB6A) is known color: Equator. HEX triplet: DC, AB and 6A. RGB value is (220,171,106). Sum of RGB (Red+Green+Blue) = 220+171+106=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB6A is #235495. Grayscale: #B2B2B2. Windows color (decimal): -2315414 or 6990812. OLE color: 6990812.
HSL color Cylindrical-coordinate representation of color #DCAB6A: hue angle of 34.21º 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 #DCAB6A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 106 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.14 |
| HSL | 34.21º | 0.62% | 0.64% | - |
| HSV(B) | 34.21º | 0.52% | 0.86% | - |
| XYZ | 46.68 | 45.38 | 19.94 | - |
| YUV | 178.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 106 | 0 | 0.22 | 0.52 | 0.14 | 34.21 | 0.62 | 0.64 |
| Hex | DC | AB | 6A | 0 | 16 | 34 | E | 22 | 3E | 40 |
| Octal | 334 | 253 | 152 | 0 | 26 | 64 | 16 | 42 | 76 | 100 |
| Binary | 11011100 | 10101011 | 1101010 | 0 | 10110 | 110100 | 1110 | 100010 | 111110 | 1000000 |
Color Harmonies of #DCAB6A
Complementary color
Monochromatic Colors of #DCAB6A
Black with #DCAB6A
Text Example
Text Example
White with #DCAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB6A; }
p { color: rgb(220,171,106); }
H1.HeaderClassName
{
color: #DCAB6A;
}
.AnyTagClassName
{
color: #DCAB6A;
}
</style>
background-color css
<style>
a { background-color: #DCAB6A; }
a { background-color: rgb(220,171,106); }
div.DivClassName
{
background-color: #DCAB6A;
}
.BgClassName
{
background-color: #DCAB6A;
}
</style>
border-color css
<style>
span { border-color: #DCAB6A; }
span { border-color: rgb(220,171,106); }
td.TdClassName
{
border-color: #DCAB6A;
}
.TagClassName
{
border-color: #DCAB6A;
}
</style>