Shades of Pancho #DDB992
Tints of Pancho #DDB992
RGB
CMYK
RGB Variations
Color information
#DDB992 (or 0xDDB992) is known color: Pancho. HEX triplet: DD, B9 and 92. RGB value is (221,185,146). Sum of RGB (Red+Green+Blue) = 221+185+146=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB992 is #22466D. Grayscale: #BFBFBF. Windows color (decimal): -2246254 or 9615837. OLE color: 9615837.
HSL color Cylindrical-coordinate representation of color #DDB992: hue angle of 31.2º 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 #DDB992 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 146 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.13 |
| HSL | 31.2º | 0.52% | 0.72% | - |
| HSV(B) | 31.2º | 0.34% | 0.87% | - |
| XYZ | 52.36 | 52.15 | 34.5 | - |
| YUV | 191.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 146 | 0 | 0.16 | 0.34 | 0.13 | 31.2 | 0.52 | 0.72 |
| Hex | DD | B9 | 92 | 0 | 10 | 22 | D | 1F | 34 | 48 |
| Octal | 335 | 271 | 222 | 0 | 20 | 42 | 15 | 37 | 64 | 110 |
| Binary | 11011101 | 10111001 | 10010010 | 0 | 10000 | 100010 | 1101 | 11111 | 110100 | 1001000 |
Color Harmonies of #DDB992
Complementary color
Monochromatic Colors of #DDB992
Black with #DDB992
Text Example
Text Example
White with #DDB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB992; }
p { color: rgb(221,185,146); }
H1.HeaderClassName
{
color: #DDB992;
}
.AnyTagClassName
{
color: #DDB992;
}
</style>
background-color css
<style>
a { background-color: #DDB992; }
a { background-color: rgb(221,185,146); }
div.DivClassName
{
background-color: #DDB992;
}
.BgClassName
{
background-color: #DDB992;
}
</style>
border-color css
<style>
span { border-color: #DDB992; }
span { border-color: rgb(221,185,146); }
td.TdClassName
{
border-color: #DDB992;
}
.TagClassName
{
border-color: #DDB992;
}
</style>