Shades of Pancho #DDB594
Tints of Pancho #DDB594
RGB
CMYK
RGB Variations
Color information
#DDB594 (or 0xDDB594) is known color: Pancho. HEX triplet: DD, B5 and 94. RGB value is (221,181,148). Sum of RGB (Red+Green+Blue) = 221+181+148=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB594 is #224A6B. Grayscale: #BDBDBD. Windows color (decimal): -2247276 or 9745885. OLE color: 9745885.
HSL color Cylindrical-coordinate representation of color #DDB594: hue angle of 27.12º 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 #DDB594 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 148 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.13 |
| HSL | 27.12º | 0.52% | 0.72% | - |
| HSV(B) | 27.12º | 0.33% | 0.87% | - |
| XYZ | 51.69 | 50.56 | 35.05 | - |
| YUV | 189.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 148 | 0 | 0.18 | 0.33 | 0.13 | 27.12 | 0.52 | 0.72 |
| Hex | DD | B5 | 94 | 0 | 12 | 21 | D | 1B | 34 | 48 |
| Octal | 335 | 265 | 224 | 0 | 22 | 41 | 15 | 33 | 64 | 110 |
| Binary | 11011101 | 10110101 | 10010100 | 0 | 10010 | 100001 | 1101 | 11011 | 110100 | 1001000 |
Color Harmonies of #DDB594
Complementary color
Monochromatic Colors of #DDB594
Black with #DDB594
Text Example
Text Example
White with #DDB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB594; }
p { color: rgb(221,181,148); }
H1.HeaderClassName
{
color: #DDB594;
}
.AnyTagClassName
{
color: #DDB594;
}
</style>
background-color css
<style>
a { background-color: #DDB594; }
a { background-color: rgb(221,181,148); }
div.DivClassName
{
background-color: #DDB594;
}
.BgClassName
{
background-color: #DDB594;
}
</style>
border-color css
<style>
span { border-color: #DDB594; }
span { border-color: rgb(221,181,148); }
td.TdClassName
{
border-color: #DDB594;
}
.TagClassName
{
border-color: #DDB594;
}
</style>