Shades of Pancho #DAB991
Tints of Pancho #DAB991
RGB
CMYK
RGB Variations
Color information
#DAB991 (or 0xDAB991) is known color: Pancho. HEX triplet: DA, B9 and 91. RGB value is (218,185,145). Sum of RGB (Red+Green+Blue) = 218+185+145=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB991 is #25466E. Grayscale: #BEBEBE. Windows color (decimal): -2442863 or 9550298. OLE color: 9550298.
HSL color Cylindrical-coordinate representation of color #DAB991: hue angle of 32.88º degrees, saturation: 0.5, 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 #DAB991 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 145 | - |
CMYK | 0 | 0.15 | 0.33 | 0.15 |
HSL | 32.88º | 0.5% | 0.71% | - |
HSV(B) | 32.88º | 0.33% | 0.85% | - |
XYZ | 51.37 | 51.65 | 34.05 | - |
YUV | 190.31 | 102.43 | 147.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 145 | 0 | 0.15 | 0.33 | 0.15 | 32.88 | 0.5 | 0.71 |
Hex | DA | B9 | 91 | 0 | F | 21 | F | 21 | 32 | 47 |
Octal | 332 | 271 | 221 | 0 | 17 | 41 | 17 | 41 | 62 | 107 |
Binary | 11011010 | 10111001 | 10010001 | 0 | 1111 | 100001 | 1111 | 100001 | 110010 | 1000111 |
Color Harmonies of #DAB991
Complementary color
Monochromatic Colors of #DAB991
Black with #DAB991
Text Example
Text Example
White with #DAB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB991; }
p { color: rgb(218,185,145); }
H1.HeaderClassName
{
color: #DAB991;
}
.AnyTagClassName
{
color: #DAB991;
}
</style>
background-color css
<style>
a { background-color: #DAB991; }
a { background-color: rgb(218,185,145); }
div.DivClassName
{
background-color: #DAB991;
}
.BgClassName
{
background-color: #DAB991;
}
</style>
border-color css
<style>
span { border-color: #DAB991; }
span { border-color: rgb(218,185,145); }
td.TdClassName
{
border-color: #DAB991;
}
.TagClassName
{
border-color: #DAB991;
}
</style>