Shades of Pancho #DCAF93
Tints of Pancho #DCAF93
RGB
CMYK
RGB Variations
Color information
#DCAF93 (or 0xDCAF93) is known color: Pancho. HEX triplet: DC, AF and 93. RGB value is (220,175,147). Sum of RGB (Red+Green+Blue) = 220+175+147=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF93 is #23506C. Grayscale: #B9B9B9. Windows color (decimal): -2314349 or 9678812. OLE color: 9678812.
HSL color Cylindrical-coordinate representation of color #DCAF93: hue angle of 23.01º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAF93 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 147 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.14 |
| HSL | 23.01º | 0.51% | 0.72% | - |
| HSV(B) | 23.01º | 0.33% | 0.86% | - |
| XYZ | 50.11 | 47.98 | 34.22 | - |
| YUV | 185.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 147 | 0 | 0.20 | 0.33 | 0.14 | 23.01 | 0.51 | 0.72 |
| Hex | DC | AF | 93 | 0 | 14 | 21 | E | 17 | 33 | 48 |
| Octal | 334 | 257 | 223 | 0 | 24 | 41 | 16 | 27 | 63 | 110 |
| Binary | 11011100 | 10101111 | 10010011 | 0 | 10100 | 100001 | 1110 | 10111 | 110011 | 1001000 |
Color Harmonies of #DCAF93
Complementary color
Monochromatic Colors of #DCAF93
Black with #DCAF93
Text Example
Text Example
White with #DCAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF93; }
p { color: rgb(220,175,147); }
H1.HeaderClassName
{
color: #DCAF93;
}
.AnyTagClassName
{
color: #DCAF93;
}
</style>
background-color css
<style>
a { background-color: #DCAF93; }
a { background-color: rgb(220,175,147); }
div.DivClassName
{
background-color: #DCAF93;
}
.BgClassName
{
background-color: #DCAF93;
}
</style>
border-color css
<style>
span { border-color: #DCAF93; }
span { border-color: rgb(220,175,147); }
td.TdClassName
{
border-color: #DCAF93;
}
.TagClassName
{
border-color: #DCAF93;
}
</style>