Shades of Pancho #DCAF90
Tints of Pancho #DCAF90
RGB
CMYK
RGB Variations
Color information
#DCAF90 (or 0xDCAF90) is known color: Pancho. HEX triplet: DC, AF and 90. RGB value is (220,175,144). Sum of RGB (Red+Green+Blue) = 220+175+144=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF90 is #23506F. Grayscale: #B9B9B9. Windows color (decimal): -2314352 or 9482204. OLE color: 9482204.
HSL color Cylindrical-coordinate representation of color #DCAF90: hue angle of 24.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAF90 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 144 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.14 |
| HSL | 24.47º | 0.52% | 0.71% | - |
| HSV(B) | 24.47º | 0.35% | 0.86% | - |
| XYZ | 49.88 | 47.89 | 33 | - |
| YUV | 184.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 144 | 0 | 0.20 | 0.35 | 0.14 | 24.47 | 0.52 | 0.71 |
| Hex | DC | AF | 90 | 0 | 14 | 23 | E | 18 | 34 | 47 |
| Octal | 334 | 257 | 220 | 0 | 24 | 43 | 16 | 30 | 64 | 107 |
| Binary | 11011100 | 10101111 | 10010000 | 0 | 10100 | 100011 | 1110 | 11000 | 110100 | 1000111 |
Color Harmonies of #DCAF90
Complementary color
Monochromatic Colors of #DCAF90
Black with #DCAF90
Text Example
Text Example
White with #DCAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF90; }
p { color: rgb(220,175,144); }
H1.HeaderClassName
{
color: #DCAF90;
}
.AnyTagClassName
{
color: #DCAF90;
}
</style>
background-color css
<style>
a { background-color: #DCAF90; }
a { background-color: rgb(220,175,144); }
div.DivClassName
{
background-color: #DCAF90;
}
.BgClassName
{
background-color: #DCAF90;
}
</style>
border-color css
<style>
span { border-color: #DCAF90; }
span { border-color: rgb(220,175,144); }
td.TdClassName
{
border-color: #DCAF90;
}
.TagClassName
{
border-color: #DCAF90;
}
</style>