Shades of Pancho #DCAD90
Tints of Pancho #DCAD90
RGB
CMYK
RGB Variations
Color information
#DCAD90 (or 0xDCAD90) is known color: Pancho. HEX triplet: DC, AD and 90. RGB value is (220,173,144). Sum of RGB (Red+Green+Blue) = 220+173+144=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD90 is #23526F. Grayscale: #B7B7B7. Windows color (decimal): -2314864 or 9481692. OLE color: 9481692.
HSL color Cylindrical-coordinate representation of color #DCAD90: hue angle of 22.89º 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 #DCAD90 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 144 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.14 |
| HSL | 22.89º | 0.52% | 0.71% | - |
| HSV(B) | 22.89º | 0.35% | 0.86% | - |
| XYZ | 49.49 | 47.12 | 32.87 | - |
| YUV | 183.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 144 | 0 | 0.21 | 0.35 | 0.14 | 22.89 | 0.52 | 0.71 |
| Hex | DC | AD | 90 | 0 | 15 | 23 | E | 17 | 34 | 47 |
| Octal | 334 | 255 | 220 | 0 | 25 | 43 | 16 | 27 | 64 | 107 |
| Binary | 11011100 | 10101101 | 10010000 | 0 | 10101 | 100011 | 1110 | 10111 | 110100 | 1000111 |
Color Harmonies of #DCAD90
Complementary color
Monochromatic Colors of #DCAD90
Black with #DCAD90
Text Example
Text Example
White with #DCAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD90; }
p { color: rgb(220,173,144); }
H1.HeaderClassName
{
color: #DCAD90;
}
.AnyTagClassName
{
color: #DCAD90;
}
</style>
background-color css
<style>
a { background-color: #DCAD90; }
a { background-color: rgb(220,173,144); }
div.DivClassName
{
background-color: #DCAD90;
}
.BgClassName
{
background-color: #DCAD90;
}
</style>
border-color css
<style>
span { border-color: #DCAD90; }
span { border-color: rgb(220,173,144); }
td.TdClassName
{
border-color: #DCAD90;
}
.TagClassName
{
border-color: #DCAD90;
}
</style>