Shades of Pancho #DDB894
Tints of Pancho #DDB894
RGB
CMYK
RGB Variations
Color information
#DDB894 (or 0xDDB894) is known color: Pancho. HEX triplet: DD, B8 and 94. RGB value is (221,184,148). Sum of RGB (Red+Green+Blue) = 221+184+148=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB894 is #22476B. Grayscale: #BFBFBF. Windows color (decimal): -2246508 or 9746653. OLE color: 9746653.
HSL color Cylindrical-coordinate representation of color #DDB894: hue angle of 29.59º 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 #DDB894 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 148 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.13 |
| HSL | 29.59º | 0.52% | 0.72% | - |
| HSV(B) | 29.59º | 0.33% | 0.87% | - |
| XYZ | 52.3 | 51.79 | 35.26 | - |
| YUV | 190.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 148 | 0 | 0.17 | 0.33 | 0.13 | 29.59 | 0.52 | 0.72 |
| Hex | DD | B8 | 94 | 0 | 11 | 21 | D | 1E | 34 | 48 |
| Octal | 335 | 270 | 224 | 0 | 21 | 41 | 15 | 36 | 64 | 110 |
| Binary | 11011101 | 10111000 | 10010100 | 0 | 10001 | 100001 | 1101 | 11110 | 110100 | 1001000 |
Color Harmonies of #DDB894
Complementary color
Monochromatic Colors of #DDB894
Black with #DDB894
Text Example
Text Example
White with #DDB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB894; }
p { color: rgb(221,184,148); }
H1.HeaderClassName
{
color: #DDB894;
}
.AnyTagClassName
{
color: #DDB894;
}
</style>
background-color css
<style>
a { background-color: #DDB894; }
a { background-color: rgb(221,184,148); }
div.DivClassName
{
background-color: #DDB894;
}
.BgClassName
{
background-color: #DDB894;
}
</style>
border-color css
<style>
span { border-color: #DDB894; }
span { border-color: rgb(221,184,148); }
td.TdClassName
{
border-color: #DDB894;
}
.TagClassName
{
border-color: #DDB894;
}
</style>