Shades of Pancho #DDBE9A
Tints of Pancho #DDBE9A
RGB
CMYK
RGB Variations
Color information
#DDBE9A (or 0xDDBE9A) is known color: Pancho. HEX triplet: DD, BE and 9A. RGB value is (221,190,154). Sum of RGB (Red+Green+Blue) = 221+190+154=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE9A is #224165. Grayscale: #C3C3C3. Windows color (decimal): -2244966 or 10141405. OLE color: 10141405.
HSL color Cylindrical-coordinate representation of color #DDBE9A: hue angle of 32.24º 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 #DDBE9A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 154 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.13 |
| HSL | 32.24º | 0.5% | 0.74% | - |
| HSV(B) | 32.24º | 0.3% | 0.87% | - |
| XYZ | 54.06 | 54.53 | 38.25 | - |
| YUV | 195.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 154 | 0 | 0.14 | 0.30 | 0.13 | 32.24 | 0.5 | 0.74 |
| Hex | DD | BE | 9A | 0 | E | 1E | D | 20 | 32 | 4A |
| Octal | 335 | 276 | 232 | 0 | 16 | 36 | 15 | 40 | 62 | 112 |
| Binary | 11011101 | 10111110 | 10011010 | 0 | 1110 | 11110 | 1101 | 100000 | 110010 | 1001010 |
Color Harmonies of #DDBE9A
Complementary color
Monochromatic Colors of #DDBE9A
Black with #DDBE9A
Text Example
Text Example
White with #DDBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE9A; }
p { color: rgb(221,190,154); }
H1.HeaderClassName
{
color: #DDBE9A;
}
.AnyTagClassName
{
color: #DDBE9A;
}
</style>
background-color css
<style>
a { background-color: #DDBE9A; }
a { background-color: rgb(221,190,154); }
div.DivClassName
{
background-color: #DDBE9A;
}
.BgClassName
{
background-color: #DDBE9A;
}
</style>
border-color css
<style>
span { border-color: #DDBE9A; }
span { border-color: rgb(221,190,154); }
td.TdClassName
{
border-color: #DDBE9A;
}
.TagClassName
{
border-color: #DDBE9A;
}
</style>