Shades of Pancho #DFB99B
Tints of Pancho #DFB99B
RGB
CMYK
RGB Variations
Color information
#DFB99B (or 0xDFB99B) is known color: Pancho. HEX triplet: DF, B9 and 9B. RGB value is (223,185,155). Sum of RGB (Red+Green+Blue) = 223+185+155=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB99B is #204664. Grayscale: #C1C1C1. Windows color (decimal): -2115173 or 10205663. OLE color: 10205663.
HSL color Cylindrical-coordinate representation of color #DFB99B: hue angle of 26.47º 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 #DFB99B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 155 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 26.47º | 0.52% | 0.74% | - |
| HSV(B) | 26.47º | 0.3% | 0.87% | - |
| XYZ | 53.7 | 52.75 | 38.36 | - |
| YUV | 192.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 155 | 0 | 0.17 | 0.30 | 0.13 | 26.47 | 0.52 | 0.74 |
| Hex | DF | B9 | 9B | 0 | 11 | 1E | D | 1A | 34 | 4A |
| Octal | 337 | 271 | 233 | 0 | 21 | 36 | 15 | 32 | 64 | 112 |
| Binary | 11011111 | 10111001 | 10011011 | 0 | 10001 | 11110 | 1101 | 11010 | 110100 | 1001010 |
Color Harmonies of #DFB99B
Complementary color
Monochromatic Colors of #DFB99B
Black with #DFB99B
Text Example
Text Example
White with #DFB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB99B; }
p { color: rgb(223,185,155); }
H1.HeaderClassName
{
color: #DFB99B;
}
.AnyTagClassName
{
color: #DFB99B;
}
</style>
background-color css
<style>
a { background-color: #DFB99B; }
a { background-color: rgb(223,185,155); }
div.DivClassName
{
background-color: #DFB99B;
}
.BgClassName
{
background-color: #DFB99B;
}
</style>
border-color css
<style>
span { border-color: #DFB99B; }
span { border-color: rgb(223,185,155); }
td.TdClassName
{
border-color: #DFB99B;
}
.TagClassName
{
border-color: #DFB99B;
}
</style>