Shades of Pancho #DDB592
Tints of Pancho #DDB592
RGB
CMYK
RGB Variations
Color information
#DDB592 (or 0xDDB592) is known color: Pancho. HEX triplet: DD, B5 and 92. RGB value is (221,181,146). Sum of RGB (Red+Green+Blue) = 221+181+146=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB592 is #224A6D. Grayscale: #BDBDBD. Windows color (decimal): -2247278 or 9614813. OLE color: 9614813.
HSL color Cylindrical-coordinate representation of color #DDB592: hue angle of 28º 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 #DDB592 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 146 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.13 |
| HSL | 28º | 0.52% | 0.72% | - |
| HSV(B) | 28º | 0.34% | 0.87% | - |
| XYZ | 51.53 | 50.5 | 34.22 | - |
| YUV | 188.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 146 | 0 | 0.18 | 0.34 | 0.13 | 28 | 0.52 | 0.72 |
| Hex | DD | B5 | 92 | 0 | 12 | 22 | D | 1C | 34 | 48 |
| Octal | 335 | 265 | 222 | 0 | 22 | 42 | 15 | 34 | 64 | 110 |
| Binary | 11011101 | 10110101 | 10010010 | 0 | 10010 | 100010 | 1101 | 11100 | 110100 | 1001000 |
Color Harmonies of #DDB592
Complementary color
Monochromatic Colors of #DDB592
Black with #DDB592
Text Example
Text Example
White with #DDB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB592; }
p { color: rgb(221,181,146); }
H1.HeaderClassName
{
color: #DDB592;
}
.AnyTagClassName
{
color: #DDB592;
}
</style>
background-color css
<style>
a { background-color: #DDB592; }
a { background-color: rgb(221,181,146); }
div.DivClassName
{
background-color: #DDB592;
}
.BgClassName
{
background-color: #DDB592;
}
</style>
border-color css
<style>
span { border-color: #DDB592; }
span { border-color: rgb(221,181,146); }
td.TdClassName
{
border-color: #DDB592;
}
.TagClassName
{
border-color: #DDB592;
}
</style>