Shades of Pancho #DEB69A
Tints of Pancho #DEB69A
RGB
CMYK
RGB Variations
Color information
#DEB69A (or 0xDEB69A) is known color: Pancho. HEX triplet: DE, B6 and 9A. RGB value is (222,182,154). Sum of RGB (Red+Green+Blue) = 222+182+154=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB69A is #214965. Grayscale: #BEBEBE. Windows color (decimal): -2181478 or 10139358. OLE color: 10139358.
HSL color Cylindrical-coordinate representation of color #DEB69A: hue angle of 24.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB69A is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 154 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.13 |
| HSL | 24.71º | 0.51% | 0.74% | - |
| HSV(B) | 24.71º | 0.31% | 0.87% | - |
| XYZ | 52.68 | 51.32 | 37.7 | - |
| YUV | 190.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 154 | 0 | 0.18 | 0.31 | 0.13 | 24.71 | 0.51 | 0.74 |
| Hex | DE | B6 | 9A | 0 | 12 | 1F | D | 19 | 33 | 4A |
| Octal | 336 | 266 | 232 | 0 | 22 | 37 | 15 | 31 | 63 | 112 |
| Binary | 11011110 | 10110110 | 10011010 | 0 | 10010 | 11111 | 1101 | 11001 | 110011 | 1001010 |
Color Harmonies of #DEB69A
Complementary color
Monochromatic Colors of #DEB69A
Black with #DEB69A
Text Example
Text Example
White with #DEB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB69A; }
p { color: rgb(222,182,154); }
H1.HeaderClassName
{
color: #DEB69A;
}
.AnyTagClassName
{
color: #DEB69A;
}
</style>
background-color css
<style>
a { background-color: #DEB69A; }
a { background-color: rgb(222,182,154); }
div.DivClassName
{
background-color: #DEB69A;
}
.BgClassName
{
background-color: #DEB69A;
}
</style>
border-color css
<style>
span { border-color: #DEB69A; }
span { border-color: rgb(222,182,154); }
td.TdClassName
{
border-color: #DEB69A;
}
.TagClassName
{
border-color: #DEB69A;
}
</style>