Shades of Equator #DCAF6A
Tints of Equator #DCAF6A
RGB
CMYK
RGB Variations
Color information
#DCAF6A (or 0xDCAF6A) is known color: Equator. HEX triplet: DC, AF and 6A. RGB value is (220,175,106). Sum of RGB (Red+Green+Blue) = 220+175+106=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF6A is #235095. Grayscale: #B4B4B4. Windows color (decimal): -2314390 or 6991836. OLE color: 6991836.
HSL color Cylindrical-coordinate representation of color #DCAF6A: hue angle of 36.32º 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 #DCAF6A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 106 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 36.32º | 0.62% | 0.64% | - |
| HSV(B) | 36.32º | 0.52% | 0.86% | - |
| XYZ | 47.45 | 46.92 | 20.19 | - |
| YUV | 180.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 106 | 0 | 0.20 | 0.52 | 0.14 | 36.32 | 0.62 | 0.64 |
| Hex | DC | AF | 6A | 0 | 14 | 34 | E | 24 | 3E | 40 |
| Octal | 334 | 257 | 152 | 0 | 24 | 64 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10101111 | 1101010 | 0 | 10100 | 110100 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCAF6A
Complementary color
Monochromatic Colors of #DCAF6A
Black with #DCAF6A
Text Example
Text Example
White with #DCAF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF6A; }
p { color: rgb(220,175,106); }
H1.HeaderClassName
{
color: #DCAF6A;
}
.AnyTagClassName
{
color: #DCAF6A;
}
</style>
background-color css
<style>
a { background-color: #DCAF6A; }
a { background-color: rgb(220,175,106); }
div.DivClassName
{
background-color: #DCAF6A;
}
.BgClassName
{
background-color: #DCAF6A;
}
</style>
border-color css
<style>
span { border-color: #DCAF6A; }
span { border-color: rgb(220,175,106); }
td.TdClassName
{
border-color: #DCAF6A;
}
.TagClassName
{
border-color: #DCAF6A;
}
</style>