Shades of Pancho #DFB690
Tints of Pancho #DFB690
RGB
CMYK
RGB Variations
Color information
#DFB690 (or 0xDFB690) is known color: Pancho. HEX triplet: DF, B6 and 90. RGB value is (223,182,144). Sum of RGB (Red+Green+Blue) = 223+182+144=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB690 is #20496F. Grayscale: #BEBEBE. Windows color (decimal): -2115952 or 9483999. OLE color: 9483999.
HSL color Cylindrical-coordinate representation of color #DFB690: hue angle of 28.86º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFB690 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 144 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.13 |
| HSL | 28.86º | 0.55% | 0.72% | - |
| HSV(B) | 28.86º | 0.35% | 0.87% | - |
| XYZ | 52.19 | 51.16 | 33.51 | - |
| YUV | 189.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 144 | 0 | 0.18 | 0.35 | 0.13 | 28.86 | 0.55 | 0.72 |
| Hex | DF | B6 | 90 | 0 | 12 | 23 | D | 1D | 37 | 48 |
| Octal | 337 | 266 | 220 | 0 | 22 | 43 | 15 | 35 | 67 | 110 |
| Binary | 11011111 | 10110110 | 10010000 | 0 | 10010 | 100011 | 1101 | 11101 | 110111 | 1001000 |
Color Harmonies of #DFB690
Complementary color
Monochromatic Colors of #DFB690
Black with #DFB690
Text Example
Text Example
White with #DFB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB690; }
p { color: rgb(223,182,144); }
H1.HeaderClassName
{
color: #DFB690;
}
.AnyTagClassName
{
color: #DFB690;
}
</style>
background-color css
<style>
a { background-color: #DFB690; }
a { background-color: rgb(223,182,144); }
div.DivClassName
{
background-color: #DFB690;
}
.BgClassName
{
background-color: #DFB690;
}
</style>
border-color css
<style>
span { border-color: #DFB690; }
span { border-color: rgb(223,182,144); }
td.TdClassName
{
border-color: #DFB690;
}
.TagClassName
{
border-color: #DFB690;
}
</style>