Shades of Pancho #DDB59A
Tints of Pancho #DDB59A
RGB
CMYK
RGB Variations
Color information
#DDB59A (or 0xDDB59A) is known color: Pancho. HEX triplet: DD, B5 and 9A. RGB value is (221,181,154). Sum of RGB (Red+Green+Blue) = 221+181+154=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59A is #224A65. Grayscale: #BEBEBE. Windows color (decimal): -2247270 or 10139101. OLE color: 10139101.
HSL color Cylindrical-coordinate representation of color #DDB59A: hue angle of 24.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB59A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 154 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.13 |
| HSL | 24.18º | 0.5% | 0.74% | - |
| HSV(B) | 24.18º | 0.3% | 0.87% | - |
| XYZ | 52.18 | 50.75 | 37.62 | - |
| YUV | 189.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 154 | 0 | 0.18 | 0.30 | 0.13 | 24.18 | 0.5 | 0.74 |
| Hex | DD | B5 | 9A | 0 | 12 | 1E | D | 18 | 32 | 4A |
| Octal | 335 | 265 | 232 | 0 | 22 | 36 | 15 | 30 | 62 | 112 |
| Binary | 11011101 | 10110101 | 10011010 | 0 | 10010 | 11110 | 1101 | 11000 | 110010 | 1001010 |
Color Harmonies of #DDB59A
Complementary color
Monochromatic Colors of #DDB59A
Black with #DDB59A
Text Example
Text Example
White with #DDB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB59A; }
p { color: rgb(221,181,154); }
H1.HeaderClassName
{
color: #DDB59A;
}
.AnyTagClassName
{
color: #DDB59A;
}
</style>
background-color css
<style>
a { background-color: #DDB59A; }
a { background-color: rgb(221,181,154); }
div.DivClassName
{
background-color: #DDB59A;
}
.BgClassName
{
background-color: #DDB59A;
}
</style>
border-color css
<style>
span { border-color: #DDB59A; }
span { border-color: rgb(221,181,154); }
td.TdClassName
{
border-color: #DDB59A;
}
.TagClassName
{
border-color: #DDB59A;
}
</style>