Shades of Pancho #DCBC90
Tints of Pancho #DCBC90
RGB
CMYK
RGB Variations
Color information
#DCBC90 (or 0xDCBC90) is known color: Pancho. HEX triplet: DC, BC and 90. RGB value is (220,188,144). Sum of RGB (Red+Green+Blue) = 220+188+144=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC90 is #23436F. Grayscale: #C0C0C0. Windows color (decimal): -2311024 or 9485532. OLE color: 9485532.
HSL color Cylindrical-coordinate representation of color #DCBC90: hue angle of 34.74º 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 #DCBC90 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 144 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.14 |
| HSL | 34.74º | 0.52% | 0.71% | - |
| HSV(B) | 34.74º | 0.35% | 0.86% | - |
| XYZ | 52.53 | 53.2 | 33.88 | - |
| YUV | 192.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 144 | 0 | 0.15 | 0.35 | 0.14 | 34.74 | 0.52 | 0.71 |
| Hex | DC | BC | 90 | 0 | F | 23 | E | 23 | 34 | 47 |
| Octal | 334 | 274 | 220 | 0 | 17 | 43 | 16 | 43 | 64 | 107 |
| Binary | 11011100 | 10111100 | 10010000 | 0 | 1111 | 100011 | 1110 | 100011 | 110100 | 1000111 |
Color Harmonies of #DCBC90
Complementary color
Monochromatic Colors of #DCBC90
Black with #DCBC90
Text Example
Text Example
White with #DCBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC90; }
p { color: rgb(220,188,144); }
H1.HeaderClassName
{
color: #DCBC90;
}
.AnyTagClassName
{
color: #DCBC90;
}
</style>
background-color css
<style>
a { background-color: #DCBC90; }
a { background-color: rgb(220,188,144); }
div.DivClassName
{
background-color: #DCBC90;
}
.BgClassName
{
background-color: #DCBC90;
}
</style>
border-color css
<style>
span { border-color: #DCBC90; }
span { border-color: rgb(220,188,144); }
td.TdClassName
{
border-color: #DCBC90;
}
.TagClassName
{
border-color: #DCBC90;
}
</style>