Shades of Pancho #DFB299
Tints of Pancho #DFB299
RGB
CMYK
RGB Variations
Color information
#DFB299 (or 0xDFB299) is known color: Pancho. HEX triplet: DF, B2 and 99. RGB value is (223,178,153). Sum of RGB (Red+Green+Blue) = 223+178+153=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB299 is #204D66. Grayscale: #BCBCBC. Windows color (decimal): -2116967 or 10072799. OLE color: 10072799.
HSL color Cylindrical-coordinate representation of color #DFB299: hue angle of 21.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB299 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 153 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.13 |
| HSL | 21.43º | 0.52% | 0.74% | - |
| HSV(B) | 21.43º | 0.31% | 0.87% | - |
| XYZ | 52.1 | 49.83 | 37.01 | - |
| YUV | 188.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 153 | 0 | 0.20 | 0.31 | 0.13 | 21.43 | 0.52 | 0.74 |
| Hex | DF | B2 | 99 | 0 | 14 | 1F | D | 15 | 34 | 4A |
| Octal | 337 | 262 | 231 | 0 | 24 | 37 | 15 | 25 | 64 | 112 |
| Binary | 11011111 | 10110010 | 10011001 | 0 | 10100 | 11111 | 1101 | 10101 | 110100 | 1001010 |
Color Harmonies of #DFB299
Complementary color
Monochromatic Colors of #DFB299
Black with #DFB299
Text Example
Text Example
White with #DFB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB299; }
p { color: rgb(223,178,153); }
H1.HeaderClassName
{
color: #DFB299;
}
.AnyTagClassName
{
color: #DFB299;
}
</style>
background-color css
<style>
a { background-color: #DFB299; }
a { background-color: rgb(223,178,153); }
div.DivClassName
{
background-color: #DFB299;
}
.BgClassName
{
background-color: #DFB299;
}
</style>
border-color css
<style>
span { border-color: #DFB299; }
span { border-color: rgb(223,178,153); }
td.TdClassName
{
border-color: #DFB299;
}
.TagClassName
{
border-color: #DFB299;
}
</style>