Shades of Pancho #DDB79B
Tints of Pancho #DDB79B
RGB
CMYK
RGB Variations
Color information
#DDB79B (or 0xDDB79B) is known color: Pancho. HEX triplet: DD, B7 and 9B. RGB value is (221,183,155). Sum of RGB (Red+Green+Blue) = 221+183+155=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB79B is #224864. Grayscale: #BFBFBF. Windows color (decimal): -2246757 or 10205149. OLE color: 10205149.
HSL color Cylindrical-coordinate representation of color #DDB79B: hue angle of 25.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB79B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 155 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 25.45º | 0.49% | 0.74% | - |
| HSV(B) | 25.45º | 0.3% | 0.87% | - |
| XYZ | 52.67 | 51.61 | 38.2 | - |
| YUV | 191.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 155 | 0 | 0.17 | 0.30 | 0.13 | 25.45 | 0.49 | 0.74 |
| Hex | DD | B7 | 9B | 0 | 11 | 1E | D | 19 | 31 | 4A |
| Octal | 335 | 267 | 233 | 0 | 21 | 36 | 15 | 31 | 61 | 112 |
| Binary | 11011101 | 10110111 | 10011011 | 0 | 10001 | 11110 | 1101 | 11001 | 110001 | 1001010 |
Color Harmonies of #DDB79B
Complementary color
Monochromatic Colors of #DDB79B
Black with #DDB79B
Text Example
Text Example
White with #DDB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB79B; }
p { color: rgb(221,183,155); }
H1.HeaderClassName
{
color: #DDB79B;
}
.AnyTagClassName
{
color: #DDB79B;
}
</style>
background-color css
<style>
a { background-color: #DDB79B; }
a { background-color: rgb(221,183,155); }
div.DivClassName
{
background-color: #DDB79B;
}
.BgClassName
{
background-color: #DDB79B;
}
</style>
border-color css
<style>
span { border-color: #DDB79B; }
span { border-color: rgb(221,183,155); }
td.TdClassName
{
border-color: #DDB79B;
}
.TagClassName
{
border-color: #DDB79B;
}
</style>