Shades of Equator #DCAF6B
Tints of Equator #DCAF6B
RGB
CMYK
RGB Variations
Color information
#DCAF6B (or 0xDCAF6B) is known color: Equator. HEX triplet: DC, AF and 6B. RGB value is (220,175,107). Sum of RGB (Red+Green+Blue) = 220+175+107=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF6B is #235094. Grayscale: #B5B5B5. Windows color (decimal): -2314389 or 7057372. OLE color: 7057372.
HSL color Cylindrical-coordinate representation of color #DCAF6B: hue angle of 36.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCAF6B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 107 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.14 |
| HSL | 36.11º | 0.62% | 0.64% | - |
| HSV(B) | 36.11º | 0.51% | 0.86% | - |
| XYZ | 47.5 | 46.94 | 20.47 | - |
| YUV | 180.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 107 | 0 | 0.20 | 0.51 | 0.14 | 36.11 | 0.62 | 0.64 |
| Hex | DC | AF | 6B | 0 | 14 | 33 | E | 24 | 3E | 40 |
| Octal | 334 | 257 | 153 | 0 | 24 | 63 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10101111 | 1101011 | 0 | 10100 | 110011 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCAF6B
Complementary color
Monochromatic Colors of #DCAF6B
Black with #DCAF6B
Text Example
Text Example
White with #DCAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF6B; }
p { color: rgb(220,175,107); }
H1.HeaderClassName
{
color: #DCAF6B;
}
.AnyTagClassName
{
color: #DCAF6B;
}
</style>
background-color css
<style>
a { background-color: #DCAF6B; }
a { background-color: rgb(220,175,107); }
div.DivClassName
{
background-color: #DCAF6B;
}
.BgClassName
{
background-color: #DCAF6B;
}
</style>
border-color css
<style>
span { border-color: #DCAF6B; }
span { border-color: rgb(220,175,107); }
td.TdClassName
{
border-color: #DCAF6B;
}
.TagClassName
{
border-color: #DCAF6B;
}
</style>