Shades of Pancho #DCBC98
Tints of Pancho #DCBC98
RGB
CMYK
RGB Variations
Color information
#DCBC98 (or 0xDCBC98) is known color: Pancho. HEX triplet: DC, BC and 98. RGB value is (220,188,152). Sum of RGB (Red+Green+Blue) = 220+188+152=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC98 is #234367. Grayscale: #C1C1C1. Windows color (decimal): -2311016 or 10009820. OLE color: 10009820.
HSL color Cylindrical-coordinate representation of color #DCBC98: hue angle of 31.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCBC98 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 152 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.14 |
| HSL | 31.76º | 0.49% | 0.73% | - |
| HSV(B) | 31.76º | 0.31% | 0.86% | - |
| XYZ | 53.17 | 53.45 | 37.22 | - |
| YUV | 193.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 152 | 0 | 0.15 | 0.31 | 0.14 | 31.76 | 0.49 | 0.73 |
| Hex | DC | BC | 98 | 0 | F | 1F | E | 20 | 31 | 49 |
| Octal | 334 | 274 | 230 | 0 | 17 | 37 | 16 | 40 | 61 | 111 |
| Binary | 11011100 | 10111100 | 10011000 | 0 | 1111 | 11111 | 1110 | 100000 | 110001 | 1001001 |
Color Harmonies of #DCBC98
Complementary color
Monochromatic Colors of #DCBC98
Black with #DCBC98
Text Example
Text Example
White with #DCBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC98; }
p { color: rgb(220,188,152); }
H1.HeaderClassName
{
color: #DCBC98;
}
.AnyTagClassName
{
color: #DCBC98;
}
</style>
background-color css
<style>
a { background-color: #DCBC98; }
a { background-color: rgb(220,188,152); }
div.DivClassName
{
background-color: #DCBC98;
}
.BgClassName
{
background-color: #DCBC98;
}
</style>
border-color css
<style>
span { border-color: #DCBC98; }
span { border-color: rgb(220,188,152); }
td.TdClassName
{
border-color: #DCBC98;
}
.TagClassName
{
border-color: #DCBC98;
}
</style>