Shades of Pancho #DBBD90
Tints of Pancho #DBBD90
RGB
CMYK
RGB Variations
Color information
#DBBD90 (or 0xDBBD90) is known color: Pancho. HEX triplet: DB, BD and 90. RGB value is (219,189,144). Sum of RGB (Red+Green+Blue) = 219+189+144=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD90 is #24426F. Grayscale: #C1C1C1. Windows color (decimal): -2376304 or 9485787. OLE color: 9485787.
HSL color Cylindrical-coordinate representation of color #DBBD90: hue angle of 36º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBBD90 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 144 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.14 |
| HSL | 36º | 0.51% | 0.71% | - |
| HSV(B) | 36º | 0.34% | 0.86% | - |
| XYZ | 52.45 | 53.47 | 33.94 | - |
| YUV | 192.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 144 | 0 | 0.14 | 0.34 | 0.14 | 36 | 0.51 | 0.71 |
| Hex | DB | BD | 90 | 0 | E | 22 | E | 24 | 33 | 47 |
| Octal | 333 | 275 | 220 | 0 | 16 | 42 | 16 | 44 | 63 | 107 |
| Binary | 11011011 | 10111101 | 10010000 | 0 | 1110 | 100010 | 1110 | 100100 | 110011 | 1000111 |
Color Harmonies of #DBBD90
Complementary color
Monochromatic Colors of #DBBD90
Black with #DBBD90
Text Example
Text Example
White with #DBBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD90; }
p { color: rgb(219,189,144); }
H1.HeaderClassName
{
color: #DBBD90;
}
.AnyTagClassName
{
color: #DBBD90;
}
</style>
background-color css
<style>
a { background-color: #DBBD90; }
a { background-color: rgb(219,189,144); }
div.DivClassName
{
background-color: #DBBD90;
}
.BgClassName
{
background-color: #DBBD90;
}
</style>
border-color css
<style>
span { border-color: #DBBD90; }
span { border-color: rgb(219,189,144); }
td.TdClassName
{
border-color: #DBBD90;
}
.TagClassName
{
border-color: #DBBD90;
}
</style>