Shades of Pancho #DAB694
Tints of Pancho #DAB694
RGB
CMYK
RGB Variations
Color information
#DAB694 (or 0xDAB694) is known color: Pancho. HEX triplet: DA, B6 and 94. RGB value is (218,182,148). Sum of RGB (Red+Green+Blue) = 218+182+148=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB694 is #25496B. Grayscale: #BDBDBD. Windows color (decimal): -2443628 or 9746138. OLE color: 9746138.
HSL color Cylindrical-coordinate representation of color #DAB694: hue angle of 29.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAB694 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 148 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.15 |
| HSL | 29.14º | 0.49% | 0.72% | - |
| HSV(B) | 29.14º | 0.32% | 0.85% | - |
| XYZ | 50.99 | 50.5 | 35.08 | - |
| YUV | 188.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 148 | 0 | 0.17 | 0.32 | 0.15 | 29.14 | 0.49 | 0.72 |
| Hex | DA | B6 | 94 | 0 | 11 | 20 | F | 1D | 31 | 48 |
| Octal | 332 | 266 | 224 | 0 | 21 | 40 | 17 | 35 | 61 | 110 |
| Binary | 11011010 | 10110110 | 10010100 | 0 | 10001 | 100000 | 1111 | 11101 | 110001 | 1001000 |
Color Harmonies of #DAB694
Complementary color
Monochromatic Colors of #DAB694
Black with #DAB694
Text Example
Text Example
White with #DAB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB694; }
p { color: rgb(218,182,148); }
H1.HeaderClassName
{
color: #DAB694;
}
.AnyTagClassName
{
color: #DAB694;
}
</style>
background-color css
<style>
a { background-color: #DAB694; }
a { background-color: rgb(218,182,148); }
div.DivClassName
{
background-color: #DAB694;
}
.BgClassName
{
background-color: #DAB694;
}
</style>
border-color css
<style>
span { border-color: #DAB694; }
span { border-color: rgb(218,182,148); }
td.TdClassName
{
border-color: #DAB694;
}
.TagClassName
{
border-color: #DAB694;
}
</style>