Shades of Pancho #DDBB90
Tints of Pancho #DDBB90
RGB
CMYK
RGB Variations
Color information
#DDBB90 (or 0xDDBB90) is known color: Pancho. HEX triplet: DD, BB and 90. RGB value is (221,187,144). Sum of RGB (Red+Green+Blue) = 221+187+144=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB90 is #22446F. Grayscale: #C0C0C0. Windows color (decimal): -2245744 or 9485277. OLE color: 9485277.
HSL color Cylindrical-coordinate representation of color #DDBB90: hue angle of 33.51º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDBB90 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 144 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.13 |
| HSL | 33.51º | 0.53% | 0.72% | - |
| HSV(B) | 33.51º | 0.35% | 0.87% | - |
| XYZ | 52.62 | 52.93 | 33.83 | - |
| YUV | 192.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 144 | 0 | 0.15 | 0.35 | 0.13 | 33.51 | 0.53 | 0.72 |
| Hex | DD | BB | 90 | 0 | F | 23 | D | 22 | 35 | 48 |
| Octal | 335 | 273 | 220 | 0 | 17 | 43 | 15 | 42 | 65 | 110 |
| Binary | 11011101 | 10111011 | 10010000 | 0 | 1111 | 100011 | 1101 | 100010 | 110101 | 1001000 |
Color Harmonies of #DDBB90
Complementary color
Monochromatic Colors of #DDBB90
Black with #DDBB90
Text Example
Text Example
White with #DDBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB90; }
p { color: rgb(221,187,144); }
H1.HeaderClassName
{
color: #DDBB90;
}
.AnyTagClassName
{
color: #DDBB90;
}
</style>
background-color css
<style>
a { background-color: #DDBB90; }
a { background-color: rgb(221,187,144); }
div.DivClassName
{
background-color: #DDBB90;
}
.BgClassName
{
background-color: #DDBB90;
}
</style>
border-color css
<style>
span { border-color: #DDBB90; }
span { border-color: rgb(221,187,144); }
td.TdClassName
{
border-color: #DDBB90;
}
.TagClassName
{
border-color: #DDBB90;
}
</style>