Shades of Pancho #DDBC8F
Tints of Pancho #DDBC8F
RGB
CMYK
RGB Variations
Color information
#DDBC8F (or 0xDDBC8F) is known color: Pancho. HEX triplet: DD, BC and 8F. RGB value is (221,188,143). Sum of RGB (Red+Green+Blue) = 221+188+143=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC8F is #224370. Grayscale: #C0C0C0. Windows color (decimal): -2245489 or 9419997. OLE color: 9419997.
HSL color Cylindrical-coordinate representation of color #DDBC8F: hue angle of 34.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDBC8F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 143 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.13 |
| HSL | 34.62º | 0.53% | 0.71% | - |
| HSV(B) | 34.62º | 0.35% | 0.87% | - |
| XYZ | 52.76 | 53.32 | 33.5 | - |
| YUV | 192.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 143 | 0 | 0.15 | 0.35 | 0.13 | 34.62 | 0.53 | 0.71 |
| Hex | DD | BC | 8F | 0 | F | 23 | D | 23 | 35 | 47 |
| Octal | 335 | 274 | 217 | 0 | 17 | 43 | 15 | 43 | 65 | 107 |
| Binary | 11011101 | 10111100 | 10001111 | 0 | 1111 | 100011 | 1101 | 100011 | 110101 | 1000111 |
Color Harmonies of #DDBC8F
Complementary color
Monochromatic Colors of #DDBC8F
Black with #DDBC8F
Text Example
Text Example
White with #DDBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC8F; }
p { color: rgb(221,188,143); }
H1.HeaderClassName
{
color: #DDBC8F;
}
.AnyTagClassName
{
color: #DDBC8F;
}
</style>
background-color css
<style>
a { background-color: #DDBC8F; }
a { background-color: rgb(221,188,143); }
div.DivClassName
{
background-color: #DDBC8F;
}
.BgClassName
{
background-color: #DDBC8F;
}
</style>
border-color css
<style>
span { border-color: #DDBC8F; }
span { border-color: rgb(221,188,143); }
td.TdClassName
{
border-color: #DDBC8F;
}
.TagClassName
{
border-color: #DDBC8F;
}
</style>