Shades of Pancho #DCB48F
Tints of Pancho #DCB48F
RGB
CMYK
RGB Variations
Color information
#DCB48F (or 0xDCB48F) is known color: Pancho. HEX triplet: DC, B4 and 8F. RGB value is (220,180,143). Sum of RGB (Red+Green+Blue) = 220+180+143=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB48F is #234B70. Grayscale: #BBBBBB. Windows color (decimal): -2313073 or 9417948. OLE color: 9417948.
HSL color Cylindrical-coordinate representation of color #DCB48F: hue angle of 28.83º 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 #DCB48F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 143 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.14 |
| HSL | 28.83º | 0.52% | 0.71% | - |
| HSV(B) | 28.83º | 0.35% | 0.86% | - |
| XYZ | 50.79 | 49.84 | 32.93 | - |
| YUV | 187.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 143 | 0 | 0.18 | 0.35 | 0.14 | 28.83 | 0.52 | 0.71 |
| Hex | DC | B4 | 8F | 0 | 12 | 23 | E | 1D | 34 | 47 |
| Octal | 334 | 264 | 217 | 0 | 22 | 43 | 16 | 35 | 64 | 107 |
| Binary | 11011100 | 10110100 | 10001111 | 0 | 10010 | 100011 | 1110 | 11101 | 110100 | 1000111 |
Color Harmonies of #DCB48F
Complementary color
Monochromatic Colors of #DCB48F
Black with #DCB48F
Text Example
Text Example
White with #DCB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB48F; }
p { color: rgb(220,180,143); }
H1.HeaderClassName
{
color: #DCB48F;
}
.AnyTagClassName
{
color: #DCB48F;
}
</style>
background-color css
<style>
a { background-color: #DCB48F; }
a { background-color: rgb(220,180,143); }
div.DivClassName
{
background-color: #DCB48F;
}
.BgClassName
{
background-color: #DCB48F;
}
</style>
border-color css
<style>
span { border-color: #DCB48F; }
span { border-color: rgb(220,180,143); }
td.TdClassName
{
border-color: #DCB48F;
}
.TagClassName
{
border-color: #DCB48F;
}
</style>