Shades of Pancho #DDB997
Tints of Pancho #DDB997
RGB
CMYK
RGB Variations
Color information
#DDB997 (or 0xDDB997) is known color: Pancho. HEX triplet: DD, B9 and 97. RGB value is (221,185,151). Sum of RGB (Red+Green+Blue) = 221+185+151=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB997 is #224668. Grayscale: #C0C0C0. Windows color (decimal): -2246249 or 9943517. OLE color: 9943517.
HSL color Cylindrical-coordinate representation of color #DDB997: hue angle of 29.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB997 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 151 | - |
CMYK | 0 | 0.16 | 0.32 | 0.13 |
HSL | 29.14º | 0.51% | 0.73% | - |
HSV(B) | 29.14º | 0.32% | 0.87% | - |
XYZ | 52.75 | 52.3 | 36.59 | - |
YUV | 191.89 | 104.93 | 148.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 151 | 0 | 0.16 | 0.32 | 0.13 | 29.14 | 0.51 | 0.73 |
Hex | DD | B9 | 97 | 0 | 10 | 20 | D | 1D | 33 | 49 |
Octal | 335 | 271 | 227 | 0 | 20 | 40 | 15 | 35 | 63 | 111 |
Binary | 11011101 | 10111001 | 10010111 | 0 | 10000 | 100000 | 1101 | 11101 | 110011 | 1001001 |
Color Harmonies of #DDB997
Complementary color
Monochromatic Colors of #DDB997
Black with #DDB997
Text Example
Text Example
White with #DDB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB997; }
p { color: rgb(221,185,151); }
H1.HeaderClassName
{
color: #DDB997;
}
.AnyTagClassName
{
color: #DDB997;
}
</style>
background-color css
<style>
a { background-color: #DDB997; }
a { background-color: rgb(221,185,151); }
div.DivClassName
{
background-color: #DDB997;
}
.BgClassName
{
background-color: #DDB997;
}
</style>
border-color css
<style>
span { border-color: #DDB997; }
span { border-color: rgb(221,185,151); }
td.TdClassName
{
border-color: #DDB997;
}
.TagClassName
{
border-color: #DDB997;
}
</style>