Shades of Pancho #DDB89C
Tints of Pancho #DDB89C
RGB
CMYK
RGB Variations
Color information
#DDB89C (or 0xDDB89C) is known color: Pancho. HEX triplet: DD, B8 and 9C. RGB value is (221,184,156). Sum of RGB (Red+Green+Blue) = 221+184+156=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB89C is #224763. Grayscale: #C0C0C0. Windows color (decimal): -2246500 or 10270941. OLE color: 10270941.
HSL color Cylindrical-coordinate representation of color #DDB89C: hue angle of 25.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB89C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 156 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.13 |
| HSL | 25.85º | 0.49% | 0.74% | - |
| HSV(B) | 25.85º | 0.29% | 0.87% | - |
| XYZ | 52.96 | 52.05 | 38.71 | - |
| YUV | 191.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 156 | 0 | 0.17 | 0.29 | 0.13 | 25.85 | 0.49 | 0.74 |
| Hex | DD | B8 | 9C | 0 | 11 | 1D | D | 1A | 31 | 4A |
| Octal | 335 | 270 | 234 | 0 | 21 | 35 | 15 | 32 | 61 | 112 |
| Binary | 11011101 | 10111000 | 10011100 | 0 | 10001 | 11101 | 1101 | 11010 | 110001 | 1001010 |
Color Harmonies of #DDB89C
Complementary color
Monochromatic Colors of #DDB89C
Black with #DDB89C
Text Example
Text Example
White with #DDB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB89C; }
p { color: rgb(221,184,156); }
H1.HeaderClassName
{
color: #DDB89C;
}
.AnyTagClassName
{
color: #DDB89C;
}
</style>
background-color css
<style>
a { background-color: #DDB89C; }
a { background-color: rgb(221,184,156); }
div.DivClassName
{
background-color: #DDB89C;
}
.BgClassName
{
background-color: #DDB89C;
}
</style>
border-color css
<style>
span { border-color: #DDB89C; }
span { border-color: rgb(221,184,156); }
td.TdClassName
{
border-color: #DDB89C;
}
.TagClassName
{
border-color: #DDB89C;
}
</style>