Shades of Pancho #DDB599
Tints of Pancho #DDB599
RGB
CMYK
RGB Variations
Color information
#DDB599 (or 0xDDB599) is known color: Pancho. HEX triplet: DD, B5 and 99. RGB value is (221,181,153). Sum of RGB (Red+Green+Blue) = 221+181+153=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB599 is #224A66. Grayscale: #BDBDBD. Windows color (decimal): -2247271 or 10073565. OLE color: 10073565.
HSL color Cylindrical-coordinate representation of color #DDB599: hue angle of 24.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB599 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 153 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.13 |
| HSL | 24.71º | 0.5% | 0.73% | - |
| HSV(B) | 24.71º | 0.31% | 0.87% | - |
| XYZ | 52.09 | 50.72 | 37.18 | - |
| YUV | 189.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 153 | 0 | 0.18 | 0.31 | 0.13 | 24.71 | 0.5 | 0.73 |
| Hex | DD | B5 | 99 | 0 | 12 | 1F | D | 19 | 32 | 49 |
| Octal | 335 | 265 | 231 | 0 | 22 | 37 | 15 | 31 | 62 | 111 |
| Binary | 11011101 | 10110101 | 10011001 | 0 | 10010 | 11111 | 1101 | 11001 | 110010 | 1001001 |
Color Harmonies of #DDB599
Complementary color
Monochromatic Colors of #DDB599
Black with #DDB599
Text Example
Text Example
White with #DDB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB599; }
p { color: rgb(221,181,153); }
H1.HeaderClassName
{
color: #DDB599;
}
.AnyTagClassName
{
color: #DDB599;
}
</style>
background-color css
<style>
a { background-color: #DDB599; }
a { background-color: rgb(221,181,153); }
div.DivClassName
{
background-color: #DDB599;
}
.BgClassName
{
background-color: #DDB599;
}
</style>
border-color css
<style>
span { border-color: #DDB599; }
span { border-color: rgb(221,181,153); }
td.TdClassName
{
border-color: #DDB599;
}
.TagClassName
{
border-color: #DDB599;
}
</style>