Shades of Equator #DCAF69
Tints of Equator #DCAF69
RGB
CMYK
RGB Variations
Color information
#DCAF69 (or 0xDCAF69) is known color: Equator. HEX triplet: DC, AF and 69. RGB value is (220,175,105). Sum of RGB (Red+Green+Blue) = 220+175+105=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF69 is #235096. Grayscale: #B4B4B4. Windows color (decimal): -2314391 or 6926300. OLE color: 6926300.
HSL color Cylindrical-coordinate representation of color #DCAF69: hue angle of 36.52º 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 #DCAF69 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 36.52º | 0.62% | 0.64% | - |
| HSV(B) | 36.52º | 0.52% | 0.86% | - |
| XYZ | 47.39 | 46.9 | 19.92 | - |
| YUV | 180.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 105 | 0 | 0.20 | 0.52 | 0.14 | 36.52 | 0.62 | 0.64 |
| Hex | DC | AF | 69 | 0 | 14 | 34 | E | 25 | 3E | 40 |
| Octal | 334 | 257 | 151 | 0 | 24 | 64 | 16 | 45 | 76 | 100 |
| Binary | 11011100 | 10101111 | 1101001 | 0 | 10100 | 110100 | 1110 | 100101 | 111110 | 1000000 |
Color Harmonies of #DCAF69
Complementary color
Monochromatic Colors of #DCAF69
Black with #DCAF69
Text Example
Text Example
White with #DCAF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF69; }
p { color: rgb(220,175,105); }
H1.HeaderClassName
{
color: #DCAF69;
}
.AnyTagClassName
{
color: #DCAF69;
}
</style>
background-color css
<style>
a { background-color: #DCAF69; }
a { background-color: rgb(220,175,105); }
div.DivClassName
{
background-color: #DCAF69;
}
.BgClassName
{
background-color: #DCAF69;
}
</style>
border-color css
<style>
span { border-color: #DCAF69; }
span { border-color: rgb(220,175,105); }
td.TdClassName
{
border-color: #DCAF69;
}
.TagClassName
{
border-color: #DCAF69;
}
</style>