Shades of Pancho #DDB798
Tints of Pancho #DDB798
RGB
CMYK
RGB Variations
Color information
#DDB798 (or 0xDDB798) is known color: Pancho. HEX triplet: DD, B7 and 98. RGB value is (221,183,152). Sum of RGB (Red+Green+Blue) = 221+183+152=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB798 is #224867. Grayscale: #BEBEBE. Windows color (decimal): -2246760 or 10008541. OLE color: 10008541.
HSL color Cylindrical-coordinate representation of color #DDB798: hue angle of 26.96º 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 #DDB798 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 152 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.13 |
| HSL | 26.96º | 0.5% | 0.73% | - |
| HSV(B) | 26.96º | 0.31% | 0.87% | - |
| XYZ | 52.42 | 51.51 | 36.88 | - |
| YUV | 190.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 152 | 0 | 0.17 | 0.31 | 0.13 | 26.96 | 0.5 | 0.73 |
| Hex | DD | B7 | 98 | 0 | 11 | 1F | D | 1B | 32 | 49 |
| Octal | 335 | 267 | 230 | 0 | 21 | 37 | 15 | 33 | 62 | 111 |
| Binary | 11011101 | 10110111 | 10011000 | 0 | 10001 | 11111 | 1101 | 11011 | 110010 | 1001001 |
Color Harmonies of #DDB798
Complementary color
Monochromatic Colors of #DDB798
Black with #DDB798
Text Example
Text Example
White with #DDB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB798; }
p { color: rgb(221,183,152); }
H1.HeaderClassName
{
color: #DDB798;
}
.AnyTagClassName
{
color: #DDB798;
}
</style>
background-color css
<style>
a { background-color: #DDB798; }
a { background-color: rgb(221,183,152); }
div.DivClassName
{
background-color: #DDB798;
}
.BgClassName
{
background-color: #DDB798;
}
</style>
border-color css
<style>
span { border-color: #DDB798; }
span { border-color: rgb(221,183,152); }
td.TdClassName
{
border-color: #DDB798;
}
.TagClassName
{
border-color: #DDB798;
}
</style>