Shades of Pancho #DBB89A
Tints of Pancho #DBB89A
RGB
CMYK
RGB Variations
Color information
#DBB89A (or 0xDBB89A) is known color: Pancho. HEX triplet: DB, B8 and 9A. RGB value is (219,184,154). Sum of RGB (Red+Green+Blue) = 219+184+154=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89A is #244765. Grayscale: #BFBFBF. Windows color (decimal): -2377574 or 10139867. OLE color: 10139867.
HSL color Cylindrical-coordinate representation of color #DBB89A: hue angle of 27.69º degrees, saturation: 0.47, 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 #DBB89A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 184 | 154 | - |
CMYK | 0 | 0.16 | 0.30 | 0.14 |
HSL | 27.69º | 0.47% | 0.73% | - |
HSV(B) | 27.69º | 0.3% | 0.86% | - |
XYZ | 52.19 | 51.67 | 37.8 | - |
YUV | 191.05 | 107.1 | 147.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 184 | 154 | 0 | 0.16 | 0.30 | 0.14 | 27.69 | 0.47 | 0.73 |
Hex | DB | B8 | 9A | 0 | 10 | 1E | E | 1C | 2F | 49 |
Octal | 333 | 270 | 232 | 0 | 20 | 36 | 16 | 34 | 57 | 111 |
Binary | 11011011 | 10111000 | 10011010 | 0 | 10000 | 11110 | 1110 | 11100 | 101111 | 1001001 |
Color Harmonies of #DBB89A
Complementary color
Monochromatic Colors of #DBB89A
Black with #DBB89A
Text Example
Text Example
White with #DBB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB89A; }
p { color: rgb(219,184,154); }
H1.HeaderClassName
{
color: #DBB89A;
}
.AnyTagClassName
{
color: #DBB89A;
}
</style>
background-color css
<style>
a { background-color: #DBB89A; }
a { background-color: rgb(219,184,154); }
div.DivClassName
{
background-color: #DBB89A;
}
.BgClassName
{
background-color: #DBB89A;
}
</style>
border-color css
<style>
span { border-color: #DBB89A; }
span { border-color: rgb(219,184,154); }
td.TdClassName
{
border-color: #DBB89A;
}
.TagClassName
{
border-color: #DBB89A;
}
</style>