Shades of Pancho #DFB69A
Tints of Pancho #DFB69A
RGB
CMYK
RGB Variations
Color information
#DFB69A (or 0xDFB69A) is known color: Pancho. HEX triplet: DF, B6 and 9A. RGB value is (223,182,154). Sum of RGB (Red+Green+Blue) = 223+182+154=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB69A is #204965. Grayscale: #BFBFBF. Windows color (decimal): -2115942 or 10139359. OLE color: 10139359.
HSL color Cylindrical-coordinate representation of color #DFB69A: hue angle of 24.35º 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 #DFB69A is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 154 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.13 |
| HSL | 24.35º | 0.52% | 0.74% | - |
| HSV(B) | 24.35º | 0.31% | 0.87% | - |
| XYZ | 52.99 | 51.48 | 37.71 | - |
| YUV | 191.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 154 | 0 | 0.18 | 0.31 | 0.13 | 24.35 | 0.52 | 0.74 |
| Hex | DF | B6 | 9A | 0 | 12 | 1F | D | 18 | 34 | 4A |
| Octal | 337 | 266 | 232 | 0 | 22 | 37 | 15 | 30 | 64 | 112 |
| Binary | 11011111 | 10110110 | 10011010 | 0 | 10010 | 11111 | 1101 | 11000 | 110100 | 1001010 |
Color Harmonies of #DFB69A
Complementary color
Monochromatic Colors of #DFB69A
Black with #DFB69A
Text Example
Text Example
White with #DFB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB69A; }
p { color: rgb(223,182,154); }
H1.HeaderClassName
{
color: #DFB69A;
}
.AnyTagClassName
{
color: #DFB69A;
}
</style>
background-color css
<style>
a { background-color: #DFB69A; }
a { background-color: rgb(223,182,154); }
div.DivClassName
{
background-color: #DFB69A;
}
.BgClassName
{
background-color: #DFB69A;
}
</style>
border-color css
<style>
span { border-color: #DFB69A; }
span { border-color: rgb(223,182,154); }
td.TdClassName
{
border-color: #DFB69A;
}
.TagClassName
{
border-color: #DFB69A;
}
</style>