Shades of Pancho #DABB93
Tints of Pancho #DABB93
RGB
CMYK
RGB Variations
Color information
#DABB93 (or 0xDABB93) is known color: Pancho. HEX triplet: DA, BB and 93. RGB value is (218,187,147). Sum of RGB (Red+Green+Blue) = 218+187+147=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB93 is #25446C. Grayscale: #BFBFBF. Windows color (decimal): -2442349 or 9681882. OLE color: 9681882.
HSL color Cylindrical-coordinate representation of color #DABB93: hue angle of 33.8º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DABB93 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 147 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.15 |
| HSL | 33.8º | 0.49% | 0.72% | - |
| HSV(B) | 33.8º | 0.33% | 0.85% | - |
| XYZ | 51.95 | 52.55 | 35.01 | - |
| YUV | 191.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 147 | 0 | 0.14 | 0.33 | 0.15 | 33.8 | 0.49 | 0.72 |
| Hex | DA | BB | 93 | 0 | E | 21 | F | 22 | 31 | 48 |
| Octal | 332 | 273 | 223 | 0 | 16 | 41 | 17 | 42 | 61 | 110 |
| Binary | 11011010 | 10111011 | 10010011 | 0 | 1110 | 100001 | 1111 | 100010 | 110001 | 1001000 |
Color Harmonies of #DABB93
Complementary color
Monochromatic Colors of #DABB93
Black with #DABB93
Text Example
Text Example
White with #DABB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB93; }
p { color: rgb(218,187,147); }
H1.HeaderClassName
{
color: #DABB93;
}
.AnyTagClassName
{
color: #DABB93;
}
</style>
background-color css
<style>
a { background-color: #DABB93; }
a { background-color: rgb(218,187,147); }
div.DivClassName
{
background-color: #DABB93;
}
.BgClassName
{
background-color: #DABB93;
}
</style>
border-color css
<style>
span { border-color: #DABB93; }
span { border-color: rgb(218,187,147); }
td.TdClassName
{
border-color: #DABB93;
}
.TagClassName
{
border-color: #DABB93;
}
</style>