Shades of Pancho #DDB89A
Tints of Pancho #DDB89A
RGB
CMYK
RGB Variations
Color information
#DDB89A (or 0xDDB89A) is known color: Pancho. HEX triplet: DD, B8 and 9A. RGB value is (221,184,154). Sum of RGB (Red+Green+Blue) = 221+184+154=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB89A is #224765. Grayscale: #BFBFBF. Windows color (decimal): -2246502 or 10139869. OLE color: 10139869.
HSL color Cylindrical-coordinate representation of color #DDB89A: hue angle of 26.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB89A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 154 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 26.87º | 0.5% | 0.74% | - |
| HSV(B) | 26.87º | 0.3% | 0.87% | - |
| XYZ | 52.79 | 51.99 | 37.82 | - |
| YUV | 191.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 154 | 0 | 0.17 | 0.30 | 0.13 | 26.87 | 0.5 | 0.74 |
| Hex | DD | B8 | 9A | 0 | 11 | 1E | D | 1B | 32 | 4A |
| Octal | 335 | 270 | 232 | 0 | 21 | 36 | 15 | 33 | 62 | 112 |
| Binary | 11011101 | 10111000 | 10011010 | 0 | 10001 | 11110 | 1101 | 11011 | 110010 | 1001010 |
Color Harmonies of #DDB89A
Complementary color
Monochromatic Colors of #DDB89A
Black with #DDB89A
Text Example
Text Example
White with #DDB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB89A; }
p { color: rgb(221,184,154); }
H1.HeaderClassName
{
color: #DDB89A;
}
.AnyTagClassName
{
color: #DDB89A;
}
</style>
background-color css
<style>
a { background-color: #DDB89A; }
a { background-color: rgb(221,184,154); }
div.DivClassName
{
background-color: #DDB89A;
}
.BgClassName
{
background-color: #DDB89A;
}
</style>
border-color css
<style>
span { border-color: #DDB89A; }
span { border-color: rgb(221,184,154); }
td.TdClassName
{
border-color: #DDB89A;
}
.TagClassName
{
border-color: #DDB89A;
}
</style>