Shades of Pancho #D6B996
Tints of Pancho #D6B996
RGB
CMYK
RGB Variations
Color information
#D6B996 (or 0xD6B996) is known color: Pancho. HEX triplet: D6, B9 and 96. RGB value is (214,185,150). Sum of RGB (Red+Green+Blue) = 214+185+150=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B996 is #294669. Grayscale: #BDBDBD. Windows color (decimal): -2705002 or 9877974. OLE color: 9877974.
HSL color Cylindrical-coordinate representation of color #D6B996: hue angle of 32.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B996 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 150 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.16 |
| HSL | 32.81º | 0.44% | 0.71% | - |
| HSV(B) | 32.81º | 0.3% | 0.84% | - |
| XYZ | 50.59 | 51.2 | 36.07 | - |
| YUV | 189.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 150 | 0 | 0.14 | 0.30 | 0.16 | 32.81 | 0.44 | 0.71 |
| Hex | D6 | B9 | 96 | 0 | E | 1E | 10 | 21 | 2C | 47 |
| Octal | 326 | 271 | 226 | 0 | 16 | 36 | 20 | 41 | 54 | 107 |
| Binary | 11010110 | 10111001 | 10010110 | 0 | 1110 | 11110 | 10000 | 100001 | 101100 | 1000111 |
Color Harmonies of #D6B996
Complementary color
Monochromatic Colors of #D6B996
Black with #D6B996
Text Example
Text Example
White with #D6B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B996; }
p { color: rgb(214,185,150); }
H1.HeaderClassName
{
color: #D6B996;
}
.AnyTagClassName
{
color: #D6B996;
}
</style>
background-color css
<style>
a { background-color: #D6B996; }
a { background-color: rgb(214,185,150); }
div.DivClassName
{
background-color: #D6B996;
}
.BgClassName
{
background-color: #D6B996;
}
</style>
border-color css
<style>
span { border-color: #D6B996; }
span { border-color: rgb(214,185,150); }
td.TdClassName
{
border-color: #D6B996;
}
.TagClassName
{
border-color: #D6B996;
}
</style>