Shades of Pancho #DDBC92
Tints of Pancho #DDBC92
RGB
CMYK
RGB Variations
Color information
#DDBC92 (or 0xDDBC92) is known color: Pancho. HEX triplet: DD, BC and 92. RGB value is (221,188,146). Sum of RGB (Red+Green+Blue) = 221+188+146=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC92 is #22436D. Grayscale: #C1C1C1. Windows color (decimal): -2245486 or 9616605. OLE color: 9616605.
HSL color Cylindrical-coordinate representation of color #DDBC92: hue angle of 33.6º 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 #DDBC92 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 146 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.13 |
| HSL | 33.6º | 0.52% | 0.72% | - |
| HSV(B) | 33.6º | 0.34% | 0.87% | - |
| XYZ | 52.99 | 53.41 | 34.71 | - |
| YUV | 193.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 146 | 0 | 0.15 | 0.34 | 0.13 | 33.6 | 0.52 | 0.72 |
| Hex | DD | BC | 92 | 0 | F | 22 | D | 22 | 34 | 48 |
| Octal | 335 | 274 | 222 | 0 | 17 | 42 | 15 | 42 | 64 | 110 |
| Binary | 11011101 | 10111100 | 10010010 | 0 | 1111 | 100010 | 1101 | 100010 | 110100 | 1001000 |
Color Harmonies of #DDBC92
Complementary color
Monochromatic Colors of #DDBC92
Black with #DDBC92
Text Example
Text Example
White with #DDBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC92; }
p { color: rgb(221,188,146); }
H1.HeaderClassName
{
color: #DDBC92;
}
.AnyTagClassName
{
color: #DDBC92;
}
</style>
background-color css
<style>
a { background-color: #DDBC92; }
a { background-color: rgb(221,188,146); }
div.DivClassName
{
background-color: #DDBC92;
}
.BgClassName
{
background-color: #DDBC92;
}
</style>
border-color css
<style>
span { border-color: #DDBC92; }
span { border-color: rgb(221,188,146); }
td.TdClassName
{
border-color: #DDBC92;
}
.TagClassName
{
border-color: #DDBC92;
}
</style>