Shades of Pancho #DAB893
Tints of Pancho #DAB893
RGB
CMYK
RGB Variations
Color information
#DAB893 (or 0xDAB893) is known color: Pancho. HEX triplet: DA, B8 and 93. RGB value is (218,184,147). Sum of RGB (Red+Green+Blue) = 218+184+147=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB893 is #25476C. Grayscale: #BEBEBE. Windows color (decimal): -2443117 or 9681114. OLE color: 9681114.
HSL color Cylindrical-coordinate representation of color #DAB893: hue angle of 31.27º 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 #DAB893 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 147 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.15 |
| HSL | 31.27º | 0.49% | 0.72% | - |
| HSV(B) | 31.27º | 0.33% | 0.85% | - |
| XYZ | 51.32 | 51.29 | 34.8 | - |
| YUV | 189.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 147 | 0 | 0.16 | 0.33 | 0.15 | 31.27 | 0.49 | 0.72 |
| Hex | DA | B8 | 93 | 0 | 10 | 21 | F | 1F | 31 | 48 |
| Octal | 332 | 270 | 223 | 0 | 20 | 41 | 17 | 37 | 61 | 110 |
| Binary | 11011010 | 10111000 | 10010011 | 0 | 10000 | 100001 | 1111 | 11111 | 110001 | 1001000 |
Color Harmonies of #DAB893
Complementary color
Monochromatic Colors of #DAB893
Black with #DAB893
Text Example
Text Example
White with #DAB893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB893; }
p { color: rgb(218,184,147); }
H1.HeaderClassName
{
color: #DAB893;
}
.AnyTagClassName
{
color: #DAB893;
}
</style>
background-color css
<style>
a { background-color: #DAB893; }
a { background-color: rgb(218,184,147); }
div.DivClassName
{
background-color: #DAB893;
}
.BgClassName
{
background-color: #DAB893;
}
</style>
border-color css
<style>
span { border-color: #DAB893; }
span { border-color: rgb(218,184,147); }
td.TdClassName
{
border-color: #DAB893;
}
.TagClassName
{
border-color: #DAB893;
}
</style>