Shades of Equator #DCAA69
Tints of Equator #DCAA69
RGB
CMYK
RGB Variations
Color information
#DCAA69 (or 0xDCAA69) is known color: Equator. HEX triplet: DC, AA and 69. RGB value is (220,170,105). Sum of RGB (Red+Green+Blue) = 220+170+105=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA69 is #235596. Grayscale: #B1B1B1. Windows color (decimal): -2315671 or 6925020. OLE color: 6925020.
HSL color Cylindrical-coordinate representation of color #DCAA69: hue angle of 33.91º 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 #DCAA69 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 105 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 33.91º | 0.62% | 0.64% | - |
| HSV(B) | 33.91º | 0.52% | 0.86% | - |
| XYZ | 46.44 | 44.99 | 19.6 | - |
| YUV | 177.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 105 | 0 | 0.23 | 0.52 | 0.14 | 33.91 | 0.62 | 0.64 |
| Hex | DC | AA | 69 | 0 | 17 | 34 | E | 22 | 3E | 40 |
| Octal | 334 | 252 | 151 | 0 | 27 | 64 | 16 | 42 | 76 | 100 |
| Binary | 11011100 | 10101010 | 1101001 | 0 | 10111 | 110100 | 1110 | 100010 | 111110 | 1000000 |
Color Harmonies of #DCAA69
Complementary color
Monochromatic Colors of #DCAA69
Black with #DCAA69
Text Example
Text Example
White with #DCAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA69; }
p { color: rgb(220,170,105); }
H1.HeaderClassName
{
color: #DCAA69;
}
.AnyTagClassName
{
color: #DCAA69;
}
</style>
background-color css
<style>
a { background-color: #DCAA69; }
a { background-color: rgb(220,170,105); }
div.DivClassName
{
background-color: #DCAA69;
}
.BgClassName
{
background-color: #DCAA69;
}
</style>
border-color css
<style>
span { border-color: #DCAA69; }
span { border-color: rgb(220,170,105); }
td.TdClassName
{
border-color: #DCAA69;
}
.TagClassName
{
border-color: #DCAA69;
}
</style>