Shades of Pancho #DAB393
Tints of Pancho #DAB393
RGB
CMYK
RGB Variations
Color information
#DAB393 (or 0xDAB393) is known color: Pancho. HEX triplet: DA, B3 and 93. RGB value is (218,179,147). Sum of RGB (Red+Green+Blue) = 218+179+147=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB393 is #254C6C. Grayscale: #BBBBBB. Windows color (decimal): -2444397 or 9679834. OLE color: 9679834.
HSL color Cylindrical-coordinate representation of color #DAB393: hue angle of 27.04º 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 #DAB393 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 147 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.15 |
| HSL | 27.04º | 0.49% | 0.72% | - |
| HSV(B) | 27.04º | 0.33% | 0.85% | - |
| XYZ | 50.3 | 49.25 | 34.46 | - |
| YUV | 187.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 147 | 0 | 0.18 | 0.33 | 0.15 | 27.04 | 0.49 | 0.72 |
| Hex | DA | B3 | 93 | 0 | 12 | 21 | F | 1B | 31 | 48 |
| Octal | 332 | 263 | 223 | 0 | 22 | 41 | 17 | 33 | 61 | 110 |
| Binary | 11011010 | 10110011 | 10010011 | 0 | 10010 | 100001 | 1111 | 11011 | 110001 | 1001000 |
Color Harmonies of #DAB393
Complementary color
Monochromatic Colors of #DAB393
Black with #DAB393
Text Example
Text Example
White with #DAB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB393; }
p { color: rgb(218,179,147); }
H1.HeaderClassName
{
color: #DAB393;
}
.AnyTagClassName
{
color: #DAB393;
}
</style>
background-color css
<style>
a { background-color: #DAB393; }
a { background-color: rgb(218,179,147); }
div.DivClassName
{
background-color: #DAB393;
}
.BgClassName
{
background-color: #DAB393;
}
</style>
border-color css
<style>
span { border-color: #DAB393; }
span { border-color: rgb(218,179,147); }
td.TdClassName
{
border-color: #DAB393;
}
.TagClassName
{
border-color: #DAB393;
}
</style>