Shades of Pancho #DFB296
Tints of Pancho #DFB296
RGB
CMYK
RGB Variations
Color information
#DFB296 (or 0xDFB296) is known color: Pancho. HEX triplet: DF, B2 and 96. RGB value is (223,178,150). Sum of RGB (Red+Green+Blue) = 223+178+150=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB296 is #204D69. Grayscale: #BCBCBC. Windows color (decimal): -2116970 or 9876191. OLE color: 9876191.
HSL color Cylindrical-coordinate representation of color #DFB296: hue angle of 23.01º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFB296 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 150 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.13 |
| HSL | 23.01º | 0.53% | 0.73% | - |
| HSV(B) | 23.01º | 0.33% | 0.87% | - |
| XYZ | 51.86 | 49.73 | 35.72 | - |
| YUV | 188.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 150 | 0 | 0.20 | 0.33 | 0.13 | 23.01 | 0.53 | 0.73 |
| Hex | DF | B2 | 96 | 0 | 14 | 21 | D | 17 | 35 | 49 |
| Octal | 337 | 262 | 226 | 0 | 24 | 41 | 15 | 27 | 65 | 111 |
| Binary | 11011111 | 10110010 | 10010110 | 0 | 10100 | 100001 | 1101 | 10111 | 110101 | 1001001 |
Color Harmonies of #DFB296
Complementary color
Monochromatic Colors of #DFB296
Black with #DFB296
Text Example
Text Example
White with #DFB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB296; }
p { color: rgb(223,178,150); }
H1.HeaderClassName
{
color: #DFB296;
}
.AnyTagClassName
{
color: #DFB296;
}
</style>
background-color css
<style>
a { background-color: #DFB296; }
a { background-color: rgb(223,178,150); }
div.DivClassName
{
background-color: #DFB296;
}
.BgClassName
{
background-color: #DFB296;
}
</style>
border-color css
<style>
span { border-color: #DFB296; }
span { border-color: rgb(223,178,150); }
td.TdClassName
{
border-color: #DFB296;
}
.TagClassName
{
border-color: #DFB296;
}
</style>