Shades of Pancho #DABD9D
Tints of Pancho #DABD9D
RGB
CMYK
RGB Variations
Color information
#DABD9D (or 0xDABD9D) is known color: Pancho. HEX triplet: DA, BD and 9D. RGB value is (218,189,157). Sum of RGB (Red+Green+Blue) = 218+189+157=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD9D is #254262. Grayscale: #C2C2C2. Windows color (decimal): -2441827 or 10337754. OLE color: 10337754.
HSL color Cylindrical-coordinate representation of color #DABD9D: hue angle of 31.48º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DABD9D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 157 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.15 |
| HSL | 31.48º | 0.45% | 0.74% | - |
| HSV(B) | 31.48º | 0.28% | 0.85% | - |
| XYZ | 53.2 | 53.73 | 39.47 | - |
| YUV | 194.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 157 | 0 | 0.13 | 0.28 | 0.15 | 31.48 | 0.45 | 0.74 |
| Hex | DA | BD | 9D | 0 | D | 1C | F | 1F | 2D | 4A |
| Octal | 332 | 275 | 235 | 0 | 15 | 34 | 17 | 37 | 55 | 112 |
| Binary | 11011010 | 10111101 | 10011101 | 0 | 1101 | 11100 | 1111 | 11111 | 101101 | 1001010 |
Color Harmonies of #DABD9D
Complementary color
Monochromatic Colors of #DABD9D
Black with #DABD9D
Text Example
Text Example
White with #DABD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD9D; }
p { color: rgb(218,189,157); }
H1.HeaderClassName
{
color: #DABD9D;
}
.AnyTagClassName
{
color: #DABD9D;
}
</style>
background-color css
<style>
a { background-color: #DABD9D; }
a { background-color: rgb(218,189,157); }
div.DivClassName
{
background-color: #DABD9D;
}
.BgClassName
{
background-color: #DABD9D;
}
</style>
border-color css
<style>
span { border-color: #DABD9D; }
span { border-color: rgb(218,189,157); }
td.TdClassName
{
border-color: #DABD9D;
}
.TagClassName
{
border-color: #DABD9D;
}
</style>