Shades of Pancho #DFB69B
Tints of Pancho #DFB69B
RGB
CMYK
RGB Variations
Color information
#DFB69B (or 0xDFB69B) is known color: Pancho. HEX triplet: DF, B6 and 9B. RGB value is (223,182,155). Sum of RGB (Red+Green+Blue) = 223+182+155=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB69B is #204964. Grayscale: #BFBFBF. Windows color (decimal): -2115941 or 10204895. OLE color: 10204895.
HSL color Cylindrical-coordinate representation of color #DFB69B: hue angle of 23.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB69B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 155 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.13 |
| HSL | 23.82º | 0.52% | 0.74% | - |
| HSV(B) | 23.82º | 0.3% | 0.87% | - |
| XYZ | 53.08 | 51.51 | 38.16 | - |
| YUV | 191.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 155 | 0 | 0.18 | 0.30 | 0.13 | 23.82 | 0.52 | 0.74 |
| Hex | DF | B6 | 9B | 0 | 12 | 1E | D | 18 | 34 | 4A |
| Octal | 337 | 266 | 233 | 0 | 22 | 36 | 15 | 30 | 64 | 112 |
| Binary | 11011111 | 10110110 | 10011011 | 0 | 10010 | 11110 | 1101 | 11000 | 110100 | 1001010 |
Color Harmonies of #DFB69B
Complementary color
Monochromatic Colors of #DFB69B
Black with #DFB69B
Text Example
Text Example
White with #DFB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB69B; }
p { color: rgb(223,182,155); }
H1.HeaderClassName
{
color: #DFB69B;
}
.AnyTagClassName
{
color: #DFB69B;
}
</style>
background-color css
<style>
a { background-color: #DFB69B; }
a { background-color: rgb(223,182,155); }
div.DivClassName
{
background-color: #DFB69B;
}
.BgClassName
{
background-color: #DFB69B;
}
</style>
border-color css
<style>
span { border-color: #DFB69B; }
span { border-color: rgb(223,182,155); }
td.TdClassName
{
border-color: #DFB69B;
}
.TagClassName
{
border-color: #DFB69B;
}
</style>