Shades of Pancho #DCBE90
Tints of Pancho #DCBE90
RGB
CMYK
RGB Variations
Color information
#DCBE90 (or 0xDCBE90) is known color: Pancho. HEX triplet: DC, BE and 90. RGB value is (220,190,144). Sum of RGB (Red+Green+Blue) = 220+190+144=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE90 is #23416F. Grayscale: #C1C1C1. Windows color (decimal): -2310512 or 9486044. OLE color: 9486044.
HSL color Cylindrical-coordinate representation of color #DCBE90: hue angle of 36.32º 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 #DCBE90 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 144 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.14 |
| HSL | 36.32º | 0.52% | 0.71% | - |
| HSV(B) | 36.32º | 0.35% | 0.86% | - |
| XYZ | 52.96 | 54.06 | 34.03 | - |
| YUV | 193.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 144 | 0 | 0.14 | 0.35 | 0.14 | 36.32 | 0.52 | 0.71 |
| Hex | DC | BE | 90 | 0 | E | 23 | E | 24 | 34 | 47 |
| Octal | 334 | 276 | 220 | 0 | 16 | 43 | 16 | 44 | 64 | 107 |
| Binary | 11011100 | 10111110 | 10010000 | 0 | 1110 | 100011 | 1110 | 100100 | 110100 | 1000111 |
Color Harmonies of #DCBE90
Complementary color
Monochromatic Colors of #DCBE90
Black with #DCBE90
Text Example
Text Example
White with #DCBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE90; }
p { color: rgb(220,190,144); }
H1.HeaderClassName
{
color: #DCBE90;
}
.AnyTagClassName
{
color: #DCBE90;
}
</style>
background-color css
<style>
a { background-color: #DCBE90; }
a { background-color: rgb(220,190,144); }
div.DivClassName
{
background-color: #DCBE90;
}
.BgClassName
{
background-color: #DCBE90;
}
</style>
border-color css
<style>
span { border-color: #DCBE90; }
span { border-color: rgb(220,190,144); }
td.TdClassName
{
border-color: #DCBE90;
}
.TagClassName
{
border-color: #DCBE90;
}
</style>