Shades of Pancho #DFC099
Tints of Pancho #DFC099
RGB
CMYK
RGB Variations
Color information
#DFC099 (or 0xDFC099) is known color: Pancho. HEX triplet: DF, C0 and 99. RGB value is (223,192,153). Sum of RGB (Red+Green+Blue) = 223+192+153=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC099 is #203F66. Grayscale: #C5C5C5. Windows color (decimal): -2113383 or 10076383. OLE color: 10076383.
HSL color Cylindrical-coordinate representation of color #DFC099: hue angle of 33.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 #DFC099 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 153 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.13 |
| HSL | 33.43º | 0.52% | 0.74% | - |
| HSV(B) | 33.43º | 0.31% | 0.87% | - |
| XYZ | 55.03 | 55.69 | 37.99 | - |
| YUV | 196.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 153 | 0 | 0.14 | 0.31 | 0.13 | 33.43 | 0.52 | 0.74 |
| Hex | DF | C0 | 99 | 0 | E | 1F | D | 21 | 34 | 4A |
| Octal | 337 | 300 | 231 | 0 | 16 | 37 | 15 | 41 | 64 | 112 |
| Binary | 11011111 | 11000000 | 10011001 | 0 | 1110 | 11111 | 1101 | 100001 | 110100 | 1001010 |
Color Harmonies of #DFC099
Complementary color
Monochromatic Colors of #DFC099
Black with #DFC099
Text Example
Text Example
White with #DFC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC099; }
p { color: rgb(223,192,153); }
H1.HeaderClassName
{
color: #DFC099;
}
.AnyTagClassName
{
color: #DFC099;
}
</style>
background-color css
<style>
a { background-color: #DFC099; }
a { background-color: rgb(223,192,153); }
div.DivClassName
{
background-color: #DFC099;
}
.BgClassName
{
background-color: #DFC099;
}
</style>
border-color css
<style>
span { border-color: #DFC099; }
span { border-color: rgb(223,192,153); }
td.TdClassName
{
border-color: #DFC099;
}
.TagClassName
{
border-color: #DFC099;
}
</style>