Shades of Pancho #DDB99C
Tints of Pancho #DDB99C
RGB
CMYK
RGB Variations
Color information
#DDB99C (or 0xDDB99C) is known color: Pancho. HEX triplet: DD, B9 and 9C. RGB value is (221,185,156). Sum of RGB (Red+Green+Blue) = 221+185+156=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB99C is #224663. Grayscale: #C0C0C0. Windows color (decimal): -2246244 or 10271197. OLE color: 10271197.
HSL color Cylindrical-coordinate representation of color #DDB99C: hue angle of 26.77º 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 #DDB99C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 156 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.13 |
| HSL | 26.77º | 0.49% | 0.74% | - |
| HSV(B) | 26.77º | 0.29% | 0.87% | - |
| XYZ | 53.17 | 52.47 | 38.78 | - |
| YUV | 192.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 156 | 0 | 0.16 | 0.29 | 0.13 | 26.77 | 0.49 | 0.74 |
| Hex | DD | B9 | 9C | 0 | 10 | 1D | D | 1B | 31 | 4A |
| Octal | 335 | 271 | 234 | 0 | 20 | 35 | 15 | 33 | 61 | 112 |
| Binary | 11011101 | 10111001 | 10011100 | 0 | 10000 | 11101 | 1101 | 11011 | 110001 | 1001010 |
Color Harmonies of #DDB99C
Complementary color
Monochromatic Colors of #DDB99C
Black with #DDB99C
Text Example
Text Example
White with #DDB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB99C; }
p { color: rgb(221,185,156); }
H1.HeaderClassName
{
color: #DDB99C;
}
.AnyTagClassName
{
color: #DDB99C;
}
</style>
background-color css
<style>
a { background-color: #DDB99C; }
a { background-color: rgb(221,185,156); }
div.DivClassName
{
background-color: #DDB99C;
}
.BgClassName
{
background-color: #DDB99C;
}
</style>
border-color css
<style>
span { border-color: #DDB99C; }
span { border-color: rgb(221,185,156); }
td.TdClassName
{
border-color: #DDB99C;
}
.TagClassName
{
border-color: #DDB99C;
}
</style>