Shades of Pancho #DDBE8F
Tints of Pancho #DDBE8F
RGB
CMYK
RGB Variations
Color information
#DDBE8F (or 0xDDBE8F) is known color: Pancho. HEX triplet: DD, BE and 8F. RGB value is (221,190,143). Sum of RGB (Red+Green+Blue) = 221+190+143=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE8F is #224170. Grayscale: #C2C2C2. Windows color (decimal): -2244977 or 9420509. OLE color: 9420509.
HSL color Cylindrical-coordinate representation of color #DDBE8F: hue angle of 36.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDBE8F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 143 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.13 |
| HSL | 36.15º | 0.53% | 0.71% | - |
| HSV(B) | 36.15º | 0.35% | 0.87% | - |
| XYZ | 53.19 | 54.18 | 33.64 | - |
| YUV | 193.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 143 | 0 | 0.14 | 0.35 | 0.13 | 36.15 | 0.53 | 0.71 |
| Hex | DD | BE | 8F | 0 | E | 23 | D | 24 | 35 | 47 |
| Octal | 335 | 276 | 217 | 0 | 16 | 43 | 15 | 44 | 65 | 107 |
| Binary | 11011101 | 10111110 | 10001111 | 0 | 1110 | 100011 | 1101 | 100100 | 110101 | 1000111 |
Color Harmonies of #DDBE8F
Complementary color
Monochromatic Colors of #DDBE8F
Black with #DDBE8F
Text Example
Text Example
White with #DDBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE8F; }
p { color: rgb(221,190,143); }
H1.HeaderClassName
{
color: #DDBE8F;
}
.AnyTagClassName
{
color: #DDBE8F;
}
</style>
background-color css
<style>
a { background-color: #DDBE8F; }
a { background-color: rgb(221,190,143); }
div.DivClassName
{
background-color: #DDBE8F;
}
.BgClassName
{
background-color: #DDBE8F;
}
</style>
border-color css
<style>
span { border-color: #DDBE8F; }
span { border-color: rgb(221,190,143); }
td.TdClassName
{
border-color: #DDBE8F;
}
.TagClassName
{
border-color: #DDBE8F;
}
</style>