Shades of Pancho #DFB298
Tints of Pancho #DFB298
RGB
CMYK
RGB Variations
Color information
#DFB298 (or 0xDFB298) is known color: Pancho. HEX triplet: DF, B2 and 98. RGB value is (223,178,152). Sum of RGB (Red+Green+Blue) = 223+178+152=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB298 is #204D67. Grayscale: #BCBCBC. Windows color (decimal): -2116968 or 10007263. OLE color: 10007263.
HSL color Cylindrical-coordinate representation of color #DFB298: hue angle of 21.97º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFB298 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 152 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.13 |
| HSL | 21.97º | 0.53% | 0.74% | - |
| HSV(B) | 21.97º | 0.32% | 0.87% | - |
| XYZ | 52.02 | 49.8 | 36.58 | - |
| YUV | 188.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 152 | 0 | 0.20 | 0.32 | 0.13 | 21.97 | 0.53 | 0.74 |
| Hex | DF | B2 | 98 | 0 | 14 | 20 | D | 16 | 35 | 4A |
| Octal | 337 | 262 | 230 | 0 | 24 | 40 | 15 | 26 | 65 | 112 |
| Binary | 11011111 | 10110010 | 10011000 | 0 | 10100 | 100000 | 1101 | 10110 | 110101 | 1001010 |
Color Harmonies of #DFB298
Complementary color
Monochromatic Colors of #DFB298
Black with #DFB298
Text Example
Text Example
White with #DFB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB298; }
p { color: rgb(223,178,152); }
H1.HeaderClassName
{
color: #DFB298;
}
.AnyTagClassName
{
color: #DFB298;
}
</style>
background-color css
<style>
a { background-color: #DFB298; }
a { background-color: rgb(223,178,152); }
div.DivClassName
{
background-color: #DFB298;
}
.BgClassName
{
background-color: #DFB298;
}
</style>
border-color css
<style>
span { border-color: #DFB298; }
span { border-color: rgb(223,178,152); }
td.TdClassName
{
border-color: #DFB298;
}
.TagClassName
{
border-color: #DFB298;
}
</style>