Shades of Pancho #DDB897
Tints of Pancho #DDB897
RGB
CMYK
RGB Variations
Color information
#DDB897 (or 0xDDB897) is known color: Pancho. HEX triplet: DD, B8 and 97. RGB value is (221,184,151). Sum of RGB (Red+Green+Blue) = 221+184+151=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB897 is #224768. Grayscale: #BFBFBF. Windows color (decimal): -2246505 or 9943261. OLE color: 9943261.
HSL color Cylindrical-coordinate representation of color #DDB897: hue angle of 28.29º 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 #DDB897 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 184 | 151 | - |
CMYK | 0 | 0.17 | 0.32 | 0.13 |
HSL | 28.29º | 0.51% | 0.73% | - |
HSV(B) | 28.29º | 0.32% | 0.87% | - |
XYZ | 52.55 | 51.89 | 36.52 | - |
YUV | 191.3 | 105.26 | 149.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 184 | 151 | 0 | 0.17 | 0.32 | 0.13 | 28.29 | 0.51 | 0.73 |
Hex | DD | B8 | 97 | 0 | 11 | 20 | D | 1C | 33 | 49 |
Octal | 335 | 270 | 227 | 0 | 21 | 40 | 15 | 34 | 63 | 111 |
Binary | 11011101 | 10111000 | 10010111 | 0 | 10001 | 100000 | 1101 | 11100 | 110011 | 1001001 |
Color Harmonies of #DDB897
Complementary color
Monochromatic Colors of #DDB897
Black with #DDB897
Text Example
Text Example
White with #DDB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB897; }
p { color: rgb(221,184,151); }
H1.HeaderClassName
{
color: #DDB897;
}
.AnyTagClassName
{
color: #DDB897;
}
</style>
background-color css
<style>
a { background-color: #DDB897; }
a { background-color: rgb(221,184,151); }
div.DivClassName
{
background-color: #DDB897;
}
.BgClassName
{
background-color: #DDB897;
}
</style>
border-color css
<style>
span { border-color: #DDB897; }
span { border-color: rgb(221,184,151); }
td.TdClassName
{
border-color: #DDB897;
}
.TagClassName
{
border-color: #DDB897;
}
</style>