Shades of Flamenco #DE8852
Tints of Flamenco #DE8852
RGB
CMYK
RGB Variations
Color information
#DE8852 (or 0xDE8852) is known color: Flamenco. HEX triplet: DE, 88 and 52. RGB value is (222,136,82). Sum of RGB (Red+Green+Blue) = 222+136+82=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8852 is #2177AD. Grayscale: #9B9B9B. Windows color (decimal): -2193326 or 5408990. OLE color: 5408990.
HSL color Cylindrical-coordinate representation of color #DE8852: hue angle of 23.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE8852 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 82 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.13 |
| HSL | 23.14º | 0.68% | 0.6% | - |
| HSV(B) | 23.14º | 0.63% | 0.87% | - |
| XYZ | 40.45 | 33.75 | 12.36 | - |
| YUV | 155.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 82 | 0 | 0.39 | 0.63 | 0.13 | 23.14 | 0.68 | 0.6 |
| Hex | DE | 88 | 52 | 0 | 27 | 3F | D | 17 | 44 | 3C |
| Octal | 336 | 210 | 122 | 0 | 47 | 77 | 15 | 27 | 104 | 74 |
| Binary | 11011110 | 10001000 | 1010010 | 0 | 100111 | 111111 | 1101 | 10111 | 1000100 | 111100 |
Color Harmonies of #DE8852
Complementary color
Monochromatic Colors of #DE8852
Black with #DE8852
Text Example
Text Example
White with #DE8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8852; }
p { color: rgb(222,136,82); }
H1.HeaderClassName
{
color: #DE8852;
}
.AnyTagClassName
{
color: #DE8852;
}
</style>
background-color css
<style>
a { background-color: #DE8852; }
a { background-color: rgb(222,136,82); }
div.DivClassName
{
background-color: #DE8852;
}
.BgClassName
{
background-color: #DE8852;
}
</style>
border-color css
<style>
span { border-color: #DE8852; }
span { border-color: rgb(222,136,82); }
td.TdClassName
{
border-color: #DE8852;
}
.TagClassName
{
border-color: #DE8852;
}
</style>