Shades of Equator #DCAC69
Tints of Equator #DCAC69
RGB
CMYK
RGB Variations
Color information
#DCAC69 (or 0xDCAC69) is known color: Equator. HEX triplet: DC, AC and 69. RGB value is (220,172,105). Sum of RGB (Red+Green+Blue) = 220+172+105=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC69 is #235396. Grayscale: #B3B3B3. Windows color (decimal): -2315159 or 6925532. OLE color: 6925532.
HSL color Cylindrical-coordinate representation of color #DCAC69: hue angle of 34.96º 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 #DCAC69 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 105 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.14 |
| HSL | 34.96º | 0.62% | 0.64% | - |
| HSV(B) | 34.96º | 0.52% | 0.86% | - |
| XYZ | 46.82 | 45.74 | 19.73 | - |
| YUV | 178.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 105 | 0 | 0.22 | 0.52 | 0.14 | 34.96 | 0.62 | 0.64 |
| Hex | DC | AC | 69 | 0 | 16 | 34 | E | 23 | 3E | 40 |
| Octal | 334 | 254 | 151 | 0 | 26 | 64 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101100 | 1101001 | 0 | 10110 | 110100 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAC69
Complementary color
Monochromatic Colors of #DCAC69
Black with #DCAC69
Text Example
Text Example
White with #DCAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC69; }
p { color: rgb(220,172,105); }
H1.HeaderClassName
{
color: #DCAC69;
}
.AnyTagClassName
{
color: #DCAC69;
}
</style>
background-color css
<style>
a { background-color: #DCAC69; }
a { background-color: rgb(220,172,105); }
div.DivClassName
{
background-color: #DCAC69;
}
.BgClassName
{
background-color: #DCAC69;
}
</style>
border-color css
<style>
span { border-color: #DCAC69; }
span { border-color: rgb(220,172,105); }
td.TdClassName
{
border-color: #DCAC69;
}
.TagClassName
{
border-color: #DCAC69;
}
</style>