Shades of Pancho #DFB595
Tints of Pancho #DFB595
RGB
CMYK
RGB Variations
Color information
#DFB595 (or 0xDFB595) is known color: Pancho. HEX triplet: DF, B5 and 95. RGB value is (223,181,149). Sum of RGB (Red+Green+Blue) = 223+181+149=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB595 is #204A6A. Grayscale: #BEBEBE. Windows color (decimal): -2116203 or 9811423. OLE color: 9811423.
HSL color Cylindrical-coordinate representation of color #DFB595: hue angle of 25.95º degrees, saturation: 0.54, 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 #DFB595 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 149 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.13 |
| HSL | 25.95º | 0.54% | 0.73% | - |
| HSV(B) | 25.95º | 0.33% | 0.87% | - |
| XYZ | 52.38 | 50.91 | 35.5 | - |
| YUV | 189.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 149 | 0 | 0.19 | 0.33 | 0.13 | 25.95 | 0.54 | 0.73 |
| Hex | DF | B5 | 95 | 0 | 13 | 21 | D | 1A | 36 | 49 |
| Octal | 337 | 265 | 225 | 0 | 23 | 41 | 15 | 32 | 66 | 111 |
| Binary | 11011111 | 10110101 | 10010101 | 0 | 10011 | 100001 | 1101 | 11010 | 110110 | 1001001 |
Color Harmonies of #DFB595
Complementary color
Monochromatic Colors of #DFB595
Black with #DFB595
Text Example
Text Example
White with #DFB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB595; }
p { color: rgb(223,181,149); }
H1.HeaderClassName
{
color: #DFB595;
}
.AnyTagClassName
{
color: #DFB595;
}
</style>
background-color css
<style>
a { background-color: #DFB595; }
a { background-color: rgb(223,181,149); }
div.DivClassName
{
background-color: #DFB595;
}
.BgClassName
{
background-color: #DFB595;
}
</style>
border-color css
<style>
span { border-color: #DFB595; }
span { border-color: rgb(223,181,149); }
td.TdClassName
{
border-color: #DFB595;
}
.TagClassName
{
border-color: #DFB595;
}
</style>