Shades of Pancho #DDBE90
Tints of Pancho #DDBE90
RGB
CMYK
RGB Variations
Color information
#DDBE90 (or 0xDDBE90) is known color: Pancho. HEX triplet: DD, BE and 90. RGB value is (221,190,144). Sum of RGB (Red+Green+Blue) = 221+190+144=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE90 is #22416F. Grayscale: #C2C2C2. Windows color (decimal): -2244976 or 9486045. OLE color: 9486045.
HSL color Cylindrical-coordinate representation of color #DDBE90: hue angle of 35.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDBE90 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 144 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.13 |
| HSL | 35.84º | 0.53% | 0.72% | - |
| HSV(B) | 35.84º | 0.35% | 0.87% | - |
| XYZ | 53.27 | 54.21 | 34.04 | - |
| YUV | 194.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 144 | 0 | 0.14 | 0.35 | 0.13 | 35.84 | 0.53 | 0.72 |
| Hex | DD | BE | 90 | 0 | E | 23 | D | 24 | 35 | 48 |
| Octal | 335 | 276 | 220 | 0 | 16 | 43 | 15 | 44 | 65 | 110 |
| Binary | 11011101 | 10111110 | 10010000 | 0 | 1110 | 100011 | 1101 | 100100 | 110101 | 1001000 |
Color Harmonies of #DDBE90
Complementary color
Monochromatic Colors of #DDBE90
Black with #DDBE90
Text Example
Text Example
White with #DDBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE90; }
p { color: rgb(221,190,144); }
H1.HeaderClassName
{
color: #DDBE90;
}
.AnyTagClassName
{
color: #DDBE90;
}
</style>
background-color css
<style>
a { background-color: #DDBE90; }
a { background-color: rgb(221,190,144); }
div.DivClassName
{
background-color: #DDBE90;
}
.BgClassName
{
background-color: #DDBE90;
}
</style>
border-color css
<style>
span { border-color: #DDBE90; }
span { border-color: rgb(221,190,144); }
td.TdClassName
{
border-color: #DDBE90;
}
.TagClassName
{
border-color: #DDBE90;
}
</style>