Shades of Pancho #DDB799
Tints of Pancho #DDB799
RGB
CMYK
RGB Variations
Color information
#DDB799 (or 0xDDB799) is known color: Pancho. HEX triplet: DD, B7 and 99. RGB value is (221,183,153). Sum of RGB (Red+Green+Blue) = 221+183+153=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB799 is #224866. Grayscale: #BFBFBF. Windows color (decimal): -2246759 or 10074077. OLE color: 10074077.
HSL color Cylindrical-coordinate representation of color #DDB799: hue angle of 26.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB799 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 153 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.13 |
| HSL | 26.47º | 0.5% | 0.73% | - |
| HSV(B) | 26.47º | 0.31% | 0.87% | - |
| XYZ | 52.5 | 51.54 | 37.32 | - |
| YUV | 190.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 153 | 0 | 0.17 | 0.31 | 0.13 | 26.47 | 0.5 | 0.73 |
| Hex | DD | B7 | 99 | 0 | 11 | 1F | D | 1A | 32 | 49 |
| Octal | 335 | 267 | 231 | 0 | 21 | 37 | 15 | 32 | 62 | 111 |
| Binary | 11011101 | 10110111 | 10011001 | 0 | 10001 | 11111 | 1101 | 11010 | 110010 | 1001001 |
Color Harmonies of #DDB799
Complementary color
Monochromatic Colors of #DDB799
Black with #DDB799
Text Example
Text Example
White with #DDB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB799; }
p { color: rgb(221,183,153); }
H1.HeaderClassName
{
color: #DDB799;
}
.AnyTagClassName
{
color: #DDB799;
}
</style>
background-color css
<style>
a { background-color: #DDB799; }
a { background-color: rgb(221,183,153); }
div.DivClassName
{
background-color: #DDB799;
}
.BgClassName
{
background-color: #DDB799;
}
</style>
border-color css
<style>
span { border-color: #DDB799; }
span { border-color: rgb(221,183,153); }
td.TdClassName
{
border-color: #DDB799;
}
.TagClassName
{
border-color: #DDB799;
}
</style>