Shades of Pancho #DCB899
Tints of Pancho #DCB899
RGB
CMYK
RGB Variations
Color information
#DCB899 (or 0xDCB899) is known color: Pancho. HEX triplet: DC, B8 and 99. RGB value is (220,184,153). Sum of RGB (Red+Green+Blue) = 220+184+153=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB899 is #234766. Grayscale: #BFBFBF. Windows color (decimal): -2312039 or 10074332. OLE color: 10074332.
HSL color Cylindrical-coordinate representation of color #DCB899: hue angle of 27.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB899 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 153 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.14 |
| HSL | 27.76º | 0.49% | 0.73% | - |
| HSV(B) | 27.76º | 0.3% | 0.86% | - |
| XYZ | 52.41 | 51.8 | 37.37 | - |
| YUV | 191.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 153 | 0 | 0.16 | 0.30 | 0.14 | 27.76 | 0.49 | 0.73 |
| Hex | DC | B8 | 99 | 0 | 10 | 1E | E | 1C | 31 | 49 |
| Octal | 334 | 270 | 231 | 0 | 20 | 36 | 16 | 34 | 61 | 111 |
| Binary | 11011100 | 10111000 | 10011001 | 0 | 10000 | 11110 | 1110 | 11100 | 110001 | 1001001 |
Color Harmonies of #DCB899
Complementary color
Monochromatic Colors of #DCB899
Black with #DCB899
Text Example
Text Example
White with #DCB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB899; }
p { color: rgb(220,184,153); }
H1.HeaderClassName
{
color: #DCB899;
}
.AnyTagClassName
{
color: #DCB899;
}
</style>
background-color css
<style>
a { background-color: #DCB899; }
a { background-color: rgb(220,184,153); }
div.DivClassName
{
background-color: #DCB899;
}
.BgClassName
{
background-color: #DCB899;
}
</style>
border-color css
<style>
span { border-color: #DCB899; }
span { border-color: rgb(220,184,153); }
td.TdClassName
{
border-color: #DCB899;
}
.TagClassName
{
border-color: #DCB899;
}
</style>