Shades of Pancho #DDBE92
Tints of Pancho #DDBE92
RGB
CMYK
RGB Variations
Color information
#DDBE92 (or 0xDDBE92) is known color: Pancho. HEX triplet: DD, BE and 92. RGB value is (221,190,146). Sum of RGB (Red+Green+Blue) = 221+190+146=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE92 is #22416D. Grayscale: #C2C2C2. Windows color (decimal): -2244974 or 9617117. OLE color: 9617117.
HSL color Cylindrical-coordinate representation of color #DDBE92: hue angle of 35.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDBE92 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 146 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.13 |
| HSL | 35.2º | 0.52% | 0.72% | - |
| HSV(B) | 35.2º | 0.34% | 0.87% | - |
| XYZ | 53.42 | 54.27 | 34.85 | - |
| YUV | 194.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 146 | 0 | 0.14 | 0.34 | 0.13 | 35.2 | 0.52 | 0.72 |
| Hex | DD | BE | 92 | 0 | E | 22 | D | 23 | 34 | 48 |
| Octal | 335 | 276 | 222 | 0 | 16 | 42 | 15 | 43 | 64 | 110 |
| Binary | 11011101 | 10111110 | 10010010 | 0 | 1110 | 100010 | 1101 | 100011 | 110100 | 1001000 |
Color Harmonies of #DDBE92
Complementary color
Monochromatic Colors of #DDBE92
Black with #DDBE92
Text Example
Text Example
White with #DDBE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE92; }
p { color: rgb(221,190,146); }
H1.HeaderClassName
{
color: #DDBE92;
}
.AnyTagClassName
{
color: #DDBE92;
}
</style>
background-color css
<style>
a { background-color: #DDBE92; }
a { background-color: rgb(221,190,146); }
div.DivClassName
{
background-color: #DDBE92;
}
.BgClassName
{
background-color: #DDBE92;
}
</style>
border-color css
<style>
span { border-color: #DDBE92; }
span { border-color: rgb(221,190,146); }
td.TdClassName
{
border-color: #DDBE92;
}
.TagClassName
{
border-color: #DDBE92;
}
</style>