Shades of Pancho #DCAF91
Tints of Pancho #DCAF91
RGB
CMYK
RGB Variations
Color information
#DCAF91 (or 0xDCAF91) is known color: Pancho. HEX triplet: DC, AF and 91. RGB value is (220,175,145). Sum of RGB (Red+Green+Blue) = 220+175+145=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF91 is #23506E. Grayscale: #B9B9B9. Windows color (decimal): -2314351 or 9547740. OLE color: 9547740.
HSL color Cylindrical-coordinate representation of color #DCAF91: hue angle of 24º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCAF91 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 145 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.14 |
| HSL | 24º | 0.52% | 0.72% | - |
| HSV(B) | 24º | 0.34% | 0.86% | - |
| XYZ | 49.96 | 47.92 | 33.4 | - |
| YUV | 185.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 145 | 0 | 0.20 | 0.34 | 0.14 | 24 | 0.52 | 0.72 |
| Hex | DC | AF | 91 | 0 | 14 | 22 | E | 18 | 34 | 48 |
| Octal | 334 | 257 | 221 | 0 | 24 | 42 | 16 | 30 | 64 | 110 |
| Binary | 11011100 | 10101111 | 10010001 | 0 | 10100 | 100010 | 1110 | 11000 | 110100 | 1001000 |
Color Harmonies of #DCAF91
Complementary color
Monochromatic Colors of #DCAF91
Black with #DCAF91
Text Example
Text Example
White with #DCAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF91; }
p { color: rgb(220,175,145); }
H1.HeaderClassName
{
color: #DCAF91;
}
.AnyTagClassName
{
color: #DCAF91;
}
</style>
background-color css
<style>
a { background-color: #DCAF91; }
a { background-color: rgb(220,175,145); }
div.DivClassName
{
background-color: #DCAF91;
}
.BgClassName
{
background-color: #DCAF91;
}
</style>
border-color css
<style>
span { border-color: #DCAF91; }
span { border-color: rgb(220,175,145); }
td.TdClassName
{
border-color: #DCAF91;
}
.TagClassName
{
border-color: #DCAF91;
}
</style>