Shades of Pancho #DCB89A
Tints of Pancho #DCB89A
RGB
CMYK
RGB Variations
Color information
#DCB89A (or 0xDCB89A) is known color: Pancho. HEX triplet: DC, B8 and 9A. RGB value is (220,184,154). Sum of RGB (Red+Green+Blue) = 220+184+154=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89A is #234765. Grayscale: #BFBFBF. Windows color (decimal): -2312038 or 10139868. OLE color: 10139868.
HSL color Cylindrical-coordinate representation of color #DCB89A: hue angle of 27.27º 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 #DCB89A is Cyan = 0, Magento = 0.16, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 154 | - |
| CMYK | 0 | 0.16 | 0.3 | 0.14 |
| HSL | 27.27º | 0.49% | 0.73% | - |
| HSV(B) | 27.27º | 0.3% | 0.86% | - |
| XYZ | 52.49 | 51.83 | 37.81 | - |
| YUV | 191.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 154 | 0 | 0.16 | 0.3 | 0.14 | 27.27 | 0.49 | 0.73 |
| Hex | DC | B8 | 9A | 0 | 10 | 1E | E | 1B | 31 | 49 |
| Octal | 334 | 270 | 232 | 0 | 20 | 36 | 16 | 33 | 61 | 111 |
| Binary | 11011100 | 10111000 | 10011010 | 0 | 10000 | 11110 | 1110 | 11011 | 110001 | 1001001 |
Color Harmonies of #DCB89A
Complementary color
Monochromatic Colors of #DCB89A
Black with #DCB89A
Text Example
Text Example
White with #DCB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB89A; }
p { color: rgb(220,184,154); }
H1.HeaderClassName
{
color: #DCB89A;
}
.AnyTagClassName
{
color: #DCB89A;
}
</style>
background-color css
<style>
a { background-color: #DCB89A; }
a { background-color: rgb(220,184,154); }
div.DivClassName
{
background-color: #DCB89A;
}
.BgClassName
{
background-color: #DCB89A;
}
</style>
border-color css
<style>
span { border-color: #DCB89A; }
span { border-color: rgb(220,184,154); }
td.TdClassName
{
border-color: #DCB89A;
}
.TagClassName
{
border-color: #DCB89A;
}
</style>