Shades of Flamenco #DE8448
Tints of Flamenco #DE8448
RGB
CMYK
RGB Variations
Color information
#DE8448 (or 0xDE8448) is known color: Flamenco. HEX triplet: DE, 84 and 48. RGB value is (222,132,72). Sum of RGB (Red+Green+Blue) = 222+132+72=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8448 is #217BB7. Grayscale: #989898. Windows color (decimal): -2194360 or 4752606. OLE color: 4752606.
HSL color Cylindrical-coordinate representation of color #DE8448: hue angle of 24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE8448 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.13 |
| HSL | 24º | 0.69% | 0.58% | - |
| HSV(B) | 24º | 0.68% | 0.87% | - |
| XYZ | 39.55 | 32.5 | 10.32 | - |
| YUV | 152.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 72 | 0 | 0.41 | 0.68 | 0.13 | 24 | 0.69 | 0.58 |
| Hex | DE | 84 | 48 | 0 | 29 | 44 | D | 18 | 45 | 3A |
| Octal | 336 | 204 | 110 | 0 | 51 | 104 | 15 | 30 | 105 | 72 |
| Binary | 11011110 | 10000100 | 1001000 | 0 | 101001 | 1000100 | 1101 | 11000 | 1000101 | 111010 |
Color Harmonies of #DE8448
Complementary color
Monochromatic Colors of #DE8448
Black with #DE8448
Text Example
Text Example
White with #DE8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8448; }
p { color: rgb(222,132,72); }
H1.HeaderClassName
{
color: #DE8448;
}
.AnyTagClassName
{
color: #DE8448;
}
</style>
background-color css
<style>
a { background-color: #DE8448; }
a { background-color: rgb(222,132,72); }
div.DivClassName
{
background-color: #DE8448;
}
.BgClassName
{
background-color: #DE8448;
}
</style>
border-color css
<style>
span { border-color: #DE8448; }
span { border-color: rgb(222,132,72); }
td.TdClassName
{
border-color: #DE8448;
}
.TagClassName
{
border-color: #DE8448;
}
</style>