Shades of Pancho #DDB393
Tints of Pancho #DDB393
RGB
CMYK
RGB Variations
Color information
#DDB393 (or 0xDDB393) is known color: Pancho. HEX triplet: DD, B3 and 93. RGB value is (221,179,147). Sum of RGB (Red+Green+Blue) = 221+179+147=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB393 is #224C6C. Grayscale: #BCBCBC. Windows color (decimal): -2247789 or 9679837. OLE color: 9679837.
HSL color Cylindrical-coordinate representation of color #DDB393: hue angle of 25.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB393 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 147 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.13 |
| HSL | 25.95º | 0.52% | 0.72% | - |
| HSV(B) | 25.95º | 0.33% | 0.87% | - |
| XYZ | 51.21 | 49.72 | 34.5 | - |
| YUV | 187.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 147 | 0 | 0.19 | 0.33 | 0.13 | 25.95 | 0.52 | 0.72 |
| Hex | DD | B3 | 93 | 0 | 13 | 21 | D | 1A | 34 | 48 |
| Octal | 335 | 263 | 223 | 0 | 23 | 41 | 15 | 32 | 64 | 110 |
| Binary | 11011101 | 10110011 | 10010011 | 0 | 10011 | 100001 | 1101 | 11010 | 110100 | 1001000 |
Color Harmonies of #DDB393
Complementary color
Monochromatic Colors of #DDB393
Black with #DDB393
Text Example
Text Example
White with #DDB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB393; }
p { color: rgb(221,179,147); }
H1.HeaderClassName
{
color: #DDB393;
}
.AnyTagClassName
{
color: #DDB393;
}
</style>
background-color css
<style>
a { background-color: #DDB393; }
a { background-color: rgb(221,179,147); }
div.DivClassName
{
background-color: #DDB393;
}
.BgClassName
{
background-color: #DDB393;
}
</style>
border-color css
<style>
span { border-color: #DDB393; }
span { border-color: rgb(221,179,147); }
td.TdClassName
{
border-color: #DDB393;
}
.TagClassName
{
border-color: #DDB393;
}
</style>