Shades of Pancho #DCB18F
Tints of Pancho #DCB18F
RGB
CMYK
RGB Variations
Color information
#DCB18F (or 0xDCB18F) is known color: Pancho. HEX triplet: DC, B1 and 8F. RGB value is (220,177,143). Sum of RGB (Red+Green+Blue) = 220+177+143=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB18F is #234E70. Grayscale: #BABABA. Windows color (decimal): -2313841 or 9417180. OLE color: 9417180.
HSL color Cylindrical-coordinate representation of color #DCB18F: hue angle of 26.49º 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 #DCB18F is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 143 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.14 |
| HSL | 26.49º | 0.52% | 0.71% | - |
| HSV(B) | 26.49º | 0.35% | 0.86% | - |
| XYZ | 50.2 | 48.64 | 32.73 | - |
| YUV | 185.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 143 | 0 | 0.20 | 0.35 | 0.14 | 26.49 | 0.52 | 0.71 |
| Hex | DC | B1 | 8F | 0 | 14 | 23 | E | 1A | 34 | 47 |
| Octal | 334 | 261 | 217 | 0 | 24 | 43 | 16 | 32 | 64 | 107 |
| Binary | 11011100 | 10110001 | 10001111 | 0 | 10100 | 100011 | 1110 | 11010 | 110100 | 1000111 |
Color Harmonies of #DCB18F
Complementary color
Monochromatic Colors of #DCB18F
Black with #DCB18F
Text Example
Text Example
White with #DCB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB18F; }
p { color: rgb(220,177,143); }
H1.HeaderClassName
{
color: #DCB18F;
}
.AnyTagClassName
{
color: #DCB18F;
}
</style>
background-color css
<style>
a { background-color: #DCB18F; }
a { background-color: rgb(220,177,143); }
div.DivClassName
{
background-color: #DCB18F;
}
.BgClassName
{
background-color: #DCB18F;
}
</style>
border-color css
<style>
span { border-color: #DCB18F; }
span { border-color: rgb(220,177,143); }
td.TdClassName
{
border-color: #DCB18F;
}
.TagClassName
{
border-color: #DCB18F;
}
</style>