Shades of Pancho #DDC093
Tints of Pancho #DDC093
RGB
CMYK
RGB Variations
Color information
#DDC093 (or 0xDDC093) is known color: Pancho. HEX triplet: DD, C0 and 93. RGB value is (221,192,147). Sum of RGB (Red+Green+Blue) = 221+192+147=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC093 is #223F6C. Grayscale: #C3C3C3. Windows color (decimal): -2244461 or 9683165. OLE color: 9683165.
HSL color Cylindrical-coordinate representation of color #DDC093: hue angle of 36.49º 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 #DDC093 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 147 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 36.49º | 0.52% | 0.72% | - |
| HSV(B) | 36.49º | 0.33% | 0.87% | - |
| XYZ | 53.93 | 55.18 | 35.41 | - |
| YUV | 195.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 147 | 0 | 0.13 | 0.33 | 0.13 | 36.49 | 0.52 | 0.72 |
| Hex | DD | C0 | 93 | 0 | D | 21 | D | 24 | 34 | 48 |
| Octal | 335 | 300 | 223 | 0 | 15 | 41 | 15 | 44 | 64 | 110 |
| Binary | 11011101 | 11000000 | 10010011 | 0 | 1101 | 100001 | 1101 | 100100 | 110100 | 1001000 |
Color Harmonies of #DDC093
Complementary color
Monochromatic Colors of #DDC093
Black with #DDC093
Text Example
Text Example
White with #DDC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC093; }
p { color: rgb(221,192,147); }
H1.HeaderClassName
{
color: #DDC093;
}
.AnyTagClassName
{
color: #DDC093;
}
</style>
background-color css
<style>
a { background-color: #DDC093; }
a { background-color: rgb(221,192,147); }
div.DivClassName
{
background-color: #DDC093;
}
.BgClassName
{
background-color: #DDC093;
}
</style>
border-color css
<style>
span { border-color: #DDC093; }
span { border-color: rgb(221,192,147); }
td.TdClassName
{
border-color: #DDC093;
}
.TagClassName
{
border-color: #DDC093;
}
</style>