Shades of Pancho #DDBB92
Tints of Pancho #DDBB92
RGB
CMYK
RGB Variations
Color information
#DDBB92 (or 0xDDBB92) is known color: Pancho. HEX triplet: DD, BB and 92. RGB value is (221,187,146). Sum of RGB (Red+Green+Blue) = 221+187+146=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB92 is #22446D. Grayscale: #C0C0C0. Windows color (decimal): -2245742 or 9616349. OLE color: 9616349.
HSL color Cylindrical-coordinate representation of color #DDBB92: hue angle of 32.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDBB92 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 146 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.13 |
| HSL | 32.8º | 0.52% | 0.72% | - |
| HSV(B) | 32.8º | 0.34% | 0.87% | - |
| XYZ | 52.78 | 52.99 | 34.64 | - |
| YUV | 192.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 146 | 0 | 0.15 | 0.34 | 0.13 | 32.8 | 0.52 | 0.72 |
| Hex | DD | BB | 92 | 0 | F | 22 | D | 21 | 34 | 48 |
| Octal | 335 | 273 | 222 | 0 | 17 | 42 | 15 | 41 | 64 | 110 |
| Binary | 11011101 | 10111011 | 10010010 | 0 | 1111 | 100010 | 1101 | 100001 | 110100 | 1001000 |
Color Harmonies of #DDBB92
Complementary color
Monochromatic Colors of #DDBB92
Black with #DDBB92
Text Example
Text Example
White with #DDBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB92; }
p { color: rgb(221,187,146); }
H1.HeaderClassName
{
color: #DDBB92;
}
.AnyTagClassName
{
color: #DDBB92;
}
</style>
background-color css
<style>
a { background-color: #DDBB92; }
a { background-color: rgb(221,187,146); }
div.DivClassName
{
background-color: #DDBB92;
}
.BgClassName
{
background-color: #DDBB92;
}
</style>
border-color css
<style>
span { border-color: #DDBB92; }
span { border-color: rgb(221,187,146); }
td.TdClassName
{
border-color: #DDBB92;
}
.TagClassName
{
border-color: #DDBB92;
}
</style>