Shades of Pancho #DAB992
Tints of Pancho #DAB992
RGB
CMYK
RGB Variations
Color information
#DAB992 (or 0xDAB992) is known color: Pancho. HEX triplet: DA, B9 and 92. RGB value is (218,185,146). Sum of RGB (Red+Green+Blue) = 218+185+146=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB992 is #25466D. Grayscale: #BEBEBE. Windows color (decimal): -2442862 or 9615834. OLE color: 9615834.
HSL color Cylindrical-coordinate representation of color #DAB992: hue angle of 32.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAB992 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 146 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.15 |
| HSL | 32.5º | 0.49% | 0.71% | - |
| HSV(B) | 32.5º | 0.33% | 0.85% | - |
| XYZ | 51.45 | 51.68 | 34.46 | - |
| YUV | 190.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 146 | 0 | 0.15 | 0.33 | 0.15 | 32.5 | 0.49 | 0.71 |
| Hex | DA | B9 | 92 | 0 | F | 21 | F | 20 | 31 | 47 |
| Octal | 332 | 271 | 222 | 0 | 17 | 41 | 17 | 40 | 61 | 107 |
| Binary | 11011010 | 10111001 | 10010010 | 0 | 1111 | 100001 | 1111 | 100000 | 110001 | 1000111 |
Color Harmonies of #DAB992
Complementary color
Monochromatic Colors of #DAB992
Black with #DAB992
Text Example
Text Example
White with #DAB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB992; }
p { color: rgb(218,185,146); }
H1.HeaderClassName
{
color: #DAB992;
}
.AnyTagClassName
{
color: #DAB992;
}
</style>
background-color css
<style>
a { background-color: #DAB992; }
a { background-color: rgb(218,185,146); }
div.DivClassName
{
background-color: #DAB992;
}
.BgClassName
{
background-color: #DAB992;
}
</style>
border-color css
<style>
span { border-color: #DAB992; }
span { border-color: rgb(218,185,146); }
td.TdClassName
{
border-color: #DAB992;
}
.TagClassName
{
border-color: #DAB992;
}
</style>