Shades of Pancho #DDBC9A
Tints of Pancho #DDBC9A
RGB
CMYK
RGB Variations
Color information
#DDBC9A (or 0xDDBC9A) is known color: Pancho. HEX triplet: DD, BC and 9A. RGB value is (221,188,154). Sum of RGB (Red+Green+Blue) = 221+188+154=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC9A is #224365. Grayscale: #C2C2C2. Windows color (decimal): -2245478 or 10140893. OLE color: 10140893.
HSL color Cylindrical-coordinate representation of color #DDBC9A: hue angle of 30.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDBC9A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 154 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.13 |
| HSL | 30.45º | 0.5% | 0.74% | - |
| HSV(B) | 30.45º | 0.3% | 0.87% | - |
| XYZ | 53.63 | 53.67 | 38.1 | - |
| YUV | 193.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 154 | 0 | 0.15 | 0.30 | 0.13 | 30.45 | 0.5 | 0.74 |
| Hex | DD | BC | 9A | 0 | F | 1E | D | 1E | 32 | 4A |
| Octal | 335 | 274 | 232 | 0 | 17 | 36 | 15 | 36 | 62 | 112 |
| Binary | 11011101 | 10111100 | 10011010 | 0 | 1111 | 11110 | 1101 | 11110 | 110010 | 1001010 |
Color Harmonies of #DDBC9A
Complementary color
Monochromatic Colors of #DDBC9A
Black with #DDBC9A
Text Example
Text Example
White with #DDBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC9A; }
p { color: rgb(221,188,154); }
H1.HeaderClassName
{
color: #DDBC9A;
}
.AnyTagClassName
{
color: #DDBC9A;
}
</style>
background-color css
<style>
a { background-color: #DDBC9A; }
a { background-color: rgb(221,188,154); }
div.DivClassName
{
background-color: #DDBC9A;
}
.BgClassName
{
background-color: #DDBC9A;
}
</style>
border-color css
<style>
span { border-color: #DDBC9A; }
span { border-color: rgb(221,188,154); }
td.TdClassName
{
border-color: #DDBC9A;
}
.TagClassName
{
border-color: #DDBC9A;
}
</style>