Shades of Pancho #DBBB93
Tints of Pancho #DBBB93
RGB
CMYK
RGB Variations
Color information
#DBBB93 (or 0xDBBB93) is known color: Pancho. HEX triplet: DB, BB and 93. RGB value is (219,187,147). Sum of RGB (Red+Green+Blue) = 219+187+147=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB93 is #24446C. Grayscale: #C0C0C0. Windows color (decimal): -2376813 or 9681883. OLE color: 9681883.
HSL color Cylindrical-coordinate representation of color #DBBB93: hue angle of 33.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBBB93 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 147 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.14 |
| HSL | 33.33º | 0.5% | 0.72% | - |
| HSV(B) | 33.33º | 0.33% | 0.86% | - |
| XYZ | 52.25 | 52.71 | 35.02 | - |
| YUV | 192.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 147 | 0 | 0.15 | 0.33 | 0.14 | 33.33 | 0.5 | 0.72 |
| Hex | DB | BB | 93 | 0 | F | 21 | E | 21 | 32 | 48 |
| Octal | 333 | 273 | 223 | 0 | 17 | 41 | 16 | 41 | 62 | 110 |
| Binary | 11011011 | 10111011 | 10010011 | 0 | 1111 | 100001 | 1110 | 100001 | 110010 | 1001000 |
Color Harmonies of #DBBB93
Complementary color
Monochromatic Colors of #DBBB93
Black with #DBBB93
Text Example
Text Example
White with #DBBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB93; }
p { color: rgb(219,187,147); }
H1.HeaderClassName
{
color: #DBBB93;
}
.AnyTagClassName
{
color: #DBBB93;
}
</style>
background-color css
<style>
a { background-color: #DBBB93; }
a { background-color: rgb(219,187,147); }
div.DivClassName
{
background-color: #DBBB93;
}
.BgClassName
{
background-color: #DBBB93;
}
</style>
border-color css
<style>
span { border-color: #DBBB93; }
span { border-color: rgb(219,187,147); }
td.TdClassName
{
border-color: #DBBB93;
}
.TagClassName
{
border-color: #DBBB93;
}
</style>