Shades of Equator #DCAA6A
Tints of Equator #DCAA6A
RGB
CMYK
RGB Variations
Color information
#DCAA6A (or 0xDCAA6A) is known color: Equator. HEX triplet: DC, AA and 6A. RGB value is (220,170,106). Sum of RGB (Red+Green+Blue) = 220+170+106=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA6A is #235595. Grayscale: #B1B1B1. Windows color (decimal): -2315670 or 6990556. OLE color: 6990556.
HSL color Cylindrical-coordinate representation of color #DCAA6A: hue angle of 33.68º 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 #DCAA6A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 33.68º | 0.62% | 0.64% | - |
| HSV(B) | 33.68º | 0.52% | 0.86% | - |
| XYZ | 46.49 | 45.01 | 19.87 | - |
| YUV | 177.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 106 | 0 | 0.23 | 0.52 | 0.14 | 33.68 | 0.62 | 0.64 |
| Hex | DC | AA | 6A | 0 | 17 | 34 | E | 22 | 3E | 40 |
| Octal | 334 | 252 | 152 | 0 | 27 | 64 | 16 | 42 | 76 | 100 |
| Binary | 11011100 | 10101010 | 1101010 | 0 | 10111 | 110100 | 1110 | 100010 | 111110 | 1000000 |
Color Harmonies of #DCAA6A
Complementary color
Monochromatic Colors of #DCAA6A
Black with #DCAA6A
Text Example
Text Example
White with #DCAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA6A; }
p { color: rgb(220,170,106); }
H1.HeaderClassName
{
color: #DCAA6A;
}
.AnyTagClassName
{
color: #DCAA6A;
}
</style>
background-color css
<style>
a { background-color: #DCAA6A; }
a { background-color: rgb(220,170,106); }
div.DivClassName
{
background-color: #DCAA6A;
}
.BgClassName
{
background-color: #DCAA6A;
}
</style>
border-color css
<style>
span { border-color: #DCAA6A; }
span { border-color: rgb(220,170,106); }
td.TdClassName
{
border-color: #DCAA6A;
}
.TagClassName
{
border-color: #DCAA6A;
}
</style>