Shades of Pancho #DDB294
Tints of Pancho #DDB294
RGB
CMYK
RGB Variations
Color information
#DDB294 (or 0xDDB294) is known color: Pancho. HEX triplet: DD, B2 and 94. RGB value is (221,178,148). Sum of RGB (Red+Green+Blue) = 221+178+148=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB294 is #224D6B. Grayscale: #BBBBBB. Windows color (decimal): -2248044 or 9745117. OLE color: 9745117.
HSL color Cylindrical-coordinate representation of color #DDB294: hue angle of 24.66º 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 #DDB294 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 148 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.13 |
| HSL | 24.66º | 0.52% | 0.72% | - |
| HSV(B) | 24.66º | 0.33% | 0.87% | - |
| XYZ | 51.08 | 49.35 | 34.85 | - |
| YUV | 187.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 148 | 0 | 0.19 | 0.33 | 0.13 | 24.66 | 0.52 | 0.72 |
| Hex | DD | B2 | 94 | 0 | 13 | 21 | D | 19 | 34 | 48 |
| Octal | 335 | 262 | 224 | 0 | 23 | 41 | 15 | 31 | 64 | 110 |
| Binary | 11011101 | 10110010 | 10010100 | 0 | 10011 | 100001 | 1101 | 11001 | 110100 | 1001000 |
Color Harmonies of #DDB294
Complementary color
Monochromatic Colors of #DDB294
Black with #DDB294
Text Example
Text Example
White with #DDB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB294; }
p { color: rgb(221,178,148); }
H1.HeaderClassName
{
color: #DDB294;
}
.AnyTagClassName
{
color: #DDB294;
}
</style>
background-color css
<style>
a { background-color: #DDB294; }
a { background-color: rgb(221,178,148); }
div.DivClassName
{
background-color: #DDB294;
}
.BgClassName
{
background-color: #DDB294;
}
</style>
border-color css
<style>
span { border-color: #DDB294; }
span { border-color: rgb(221,178,148); }
td.TdClassName
{
border-color: #DDB294;
}
.TagClassName
{
border-color: #DDB294;
}
</style>