Shades of Pancho #DDBB9A
Tints of Pancho #DDBB9A
RGB
CMYK
RGB Variations
Color information
#DDBB9A (or 0xDDBB9A) is known color: Pancho. HEX triplet: DD, BB and 9A. RGB value is (221,187,154). Sum of RGB (Red+Green+Blue) = 221+187+154=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB9A is #224465. Grayscale: #C1C1C1. Windows color (decimal): -2245734 or 10140637. OLE color: 10140637.
HSL color Cylindrical-coordinate representation of color #DDBB9A: hue angle of 29.55º degrees, saturation: 0.5, 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 #DDBB9A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 154 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.13 |
| HSL | 29.55º | 0.5% | 0.74% | - |
| HSV(B) | 29.55º | 0.3% | 0.87% | - |
| XYZ | 53.42 | 53.25 | 38.03 | - |
| YUV | 193.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 154 | 0 | 0.15 | 0.30 | 0.13 | 29.55 | 0.5 | 0.74 |
| Hex | DD | BB | 9A | 0 | F | 1E | D | 1E | 32 | 4A |
| Octal | 335 | 273 | 232 | 0 | 17 | 36 | 15 | 36 | 62 | 112 |
| Binary | 11011101 | 10111011 | 10011010 | 0 | 1111 | 11110 | 1101 | 11110 | 110010 | 1001010 |
Color Harmonies of #DDBB9A
Complementary color
Monochromatic Colors of #DDBB9A
Black with #DDBB9A
Text Example
Text Example
White with #DDBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB9A; }
p { color: rgb(221,187,154); }
H1.HeaderClassName
{
color: #DDBB9A;
}
.AnyTagClassName
{
color: #DDBB9A;
}
</style>
background-color css
<style>
a { background-color: #DDBB9A; }
a { background-color: rgb(221,187,154); }
div.DivClassName
{
background-color: #DDBB9A;
}
.BgClassName
{
background-color: #DDBB9A;
}
</style>
border-color css
<style>
span { border-color: #DDBB9A; }
span { border-color: rgb(221,187,154); }
td.TdClassName
{
border-color: #DDBB9A;
}
.TagClassName
{
border-color: #DDBB9A;
}
</style>