Shades of Pancho #DCB08F
Tints of Pancho #DCB08F
RGB
CMYK
RGB Variations
Color information
#DCB08F (or 0xDCB08F) is known color: Pancho. HEX triplet: DC, B0 and 8F. RGB value is (220,176,143). Sum of RGB (Red+Green+Blue) = 220+176+143=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08F is #234F70. Grayscale: #B9B9B9. Windows color (decimal): -2314097 or 9416924. OLE color: 9416924.
HSL color Cylindrical-coordinate representation of color #DCB08F: hue angle of 25.71º 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 #DCB08F is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 143 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.14 |
| HSL | 25.71º | 0.52% | 0.71% | - |
| HSV(B) | 25.71º | 0.35% | 0.86% | - |
| XYZ | 50 | 48.25 | 32.66 | - |
| YUV | 185.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 143 | 0 | 0.2 | 0.35 | 0.14 | 25.71 | 0.52 | 0.71 |
| Hex | DC | B0 | 8F | 0 | 14 | 23 | E | 1A | 34 | 47 |
| Octal | 334 | 260 | 217 | 0 | 24 | 43 | 16 | 32 | 64 | 107 |
| Binary | 11011100 | 10110000 | 10001111 | 0 | 10100 | 100011 | 1110 | 11010 | 110100 | 1000111 |
Color Harmonies of #DCB08F
Complementary color
Monochromatic Colors of #DCB08F
Black with #DCB08F
Text Example
Text Example
White with #DCB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB08F; }
p { color: rgb(220,176,143); }
H1.HeaderClassName
{
color: #DCB08F;
}
.AnyTagClassName
{
color: #DCB08F;
}
</style>
background-color css
<style>
a { background-color: #DCB08F; }
a { background-color: rgb(220,176,143); }
div.DivClassName
{
background-color: #DCB08F;
}
.BgClassName
{
background-color: #DCB08F;
}
</style>
border-color css
<style>
span { border-color: #DCB08F; }
span { border-color: rgb(220,176,143); }
td.TdClassName
{
border-color: #DCB08F;
}
.TagClassName
{
border-color: #DCB08F;
}
</style>