Shades of Pancho #DABE90
Tints of Pancho #DABE90
RGB
CMYK
RGB Variations
Color information
#DABE90 (or 0xDABE90) is known color: Pancho. HEX triplet: DA, BE and 90. RGB value is (218,190,144). Sum of RGB (Red+Green+Blue) = 218+190+144=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE90 is #25416F. Grayscale: #C1C1C1. Windows color (decimal): -2441584 or 9486042. OLE color: 9486042.
HSL color Cylindrical-coordinate representation of color #DABE90: hue angle of 37.3º 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 #DABE90 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 144 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.15 |
| HSL | 37.3º | 0.5% | 0.71% | - |
| HSV(B) | 37.3º | 0.34% | 0.85% | - |
| XYZ | 52.36 | 53.75 | 34 | - |
| YUV | 193.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 144 | 0 | 0.13 | 0.34 | 0.15 | 37.3 | 0.5 | 0.71 |
| Hex | DA | BE | 90 | 0 | D | 22 | F | 25 | 32 | 47 |
| Octal | 332 | 276 | 220 | 0 | 15 | 42 | 17 | 45 | 62 | 107 |
| Binary | 11011010 | 10111110 | 10010000 | 0 | 1101 | 100010 | 1111 | 100101 | 110010 | 1000111 |
Color Harmonies of #DABE90
Complementary color
Monochromatic Colors of #DABE90
Black with #DABE90
Text Example
Text Example
White with #DABE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE90; }
p { color: rgb(218,190,144); }
H1.HeaderClassName
{
color: #DABE90;
}
.AnyTagClassName
{
color: #DABE90;
}
</style>
background-color css
<style>
a { background-color: #DABE90; }
a { background-color: rgb(218,190,144); }
div.DivClassName
{
background-color: #DABE90;
}
.BgClassName
{
background-color: #DABE90;
}
</style>
border-color css
<style>
span { border-color: #DABE90; }
span { border-color: rgb(218,190,144); }
td.TdClassName
{
border-color: #DABE90;
}
.TagClassName
{
border-color: #DABE90;
}
</style>