Shades of Pancho #DAB790
Tints of Pancho #DAB790
RGB
CMYK
RGB Variations
Color information
#DAB790 (or 0xDAB790) is known color: Pancho. HEX triplet: DA, B7 and 90. RGB value is (218,183,144). Sum of RGB (Red+Green+Blue) = 218+183+144=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB790 is #25486F. Grayscale: #BDBDBD. Windows color (decimal): -2443376 or 9484250. OLE color: 9484250.
HSL color Cylindrical-coordinate representation of color #DAB790: hue angle of 31.62º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB790 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 144 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.15 |
| HSL | 31.62º | 0.5% | 0.71% | - |
| HSV(B) | 31.62º | 0.34% | 0.85% | - |
| XYZ | 50.88 | 50.79 | 33.51 | - |
| YUV | 189.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 144 | 0 | 0.16 | 0.34 | 0.15 | 31.62 | 0.5 | 0.71 |
| Hex | DA | B7 | 90 | 0 | 10 | 22 | F | 20 | 32 | 47 |
| Octal | 332 | 267 | 220 | 0 | 20 | 42 | 17 | 40 | 62 | 107 |
| Binary | 11011010 | 10110111 | 10010000 | 0 | 10000 | 100010 | 1111 | 100000 | 110010 | 1000111 |
Color Harmonies of #DAB790
Complementary color
Monochromatic Colors of #DAB790
Black with #DAB790
Text Example
Text Example
White with #DAB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB790; }
p { color: rgb(218,183,144); }
H1.HeaderClassName
{
color: #DAB790;
}
.AnyTagClassName
{
color: #DAB790;
}
</style>
background-color css
<style>
a { background-color: #DAB790; }
a { background-color: rgb(218,183,144); }
div.DivClassName
{
background-color: #DAB790;
}
.BgClassName
{
background-color: #DAB790;
}
</style>
border-color css
<style>
span { border-color: #DAB790; }
span { border-color: rgb(218,183,144); }
td.TdClassName
{
border-color: #DAB790;
}
.TagClassName
{
border-color: #DAB790;
}
</style>