Shades of Pancho #DCB78F
Tints of Pancho #DCB78F
RGB
CMYK
RGB Variations
Color information
#DCB78F (or 0xDCB78F) is known color: Pancho. HEX triplet: DC, B7 and 8F. RGB value is (220,183,143). Sum of RGB (Red+Green+Blue) = 220+183+143=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB78F is #234870. Grayscale: #BDBDBD. Windows color (decimal): -2312305 or 9418716. OLE color: 9418716.
HSL color Cylindrical-coordinate representation of color #DCB78F: hue angle of 31.17º 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 #DCB78F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 143 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 31.17º | 0.52% | 0.71% | - |
| HSV(B) | 31.17º | 0.35% | 0.86% | - |
| XYZ | 51.41 | 51.07 | 33.13 | - |
| YUV | 189.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 143 | 0 | 0.17 | 0.35 | 0.14 | 31.17 | 0.52 | 0.71 |
| Hex | DC | B7 | 8F | 0 | 11 | 23 | E | 1F | 34 | 47 |
| Octal | 334 | 267 | 217 | 0 | 21 | 43 | 16 | 37 | 64 | 107 |
| Binary | 11011100 | 10110111 | 10001111 | 0 | 10001 | 100011 | 1110 | 11111 | 110100 | 1000111 |
Color Harmonies of #DCB78F
Complementary color
Monochromatic Colors of #DCB78F
Black with #DCB78F
Text Example
Text Example
White with #DCB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB78F; }
p { color: rgb(220,183,143); }
H1.HeaderClassName
{
color: #DCB78F;
}
.AnyTagClassName
{
color: #DCB78F;
}
</style>
background-color css
<style>
a { background-color: #DCB78F; }
a { background-color: rgb(220,183,143); }
div.DivClassName
{
background-color: #DCB78F;
}
.BgClassName
{
background-color: #DCB78F;
}
</style>
border-color css
<style>
span { border-color: #DCB78F; }
span { border-color: rgb(220,183,143); }
td.TdClassName
{
border-color: #DCB78F;
}
.TagClassName
{
border-color: #DCB78F;
}
</style>