Shades of Flamenco #DE8746
Tints of Flamenco #DE8746
RGB
CMYK
RGB Variations
Color information
#DE8746 (or 0xDE8746) is known color: Flamenco. HEX triplet: DE, 87 and 46. RGB value is (222,135,70). Sum of RGB (Red+Green+Blue) = 222+135+70=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8746 is #2178B9. Grayscale: #999999. Windows color (decimal): -2193594 or 4622302. OLE color: 4622302.
HSL color Cylindrical-coordinate representation of color #DE8746: hue angle of 25.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE8746 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 70 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.13 |
| HSL | 25.66º | 0.7% | 0.57% | - |
| HSV(B) | 25.66º | 0.68% | 0.87% | - |
| XYZ | 39.89 | 33.3 | 10.12 | - |
| YUV | 153.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 70 | 0 | 0.39 | 0.68 | 0.13 | 25.66 | 0.7 | 0.57 |
| Hex | DE | 87 | 46 | 0 | 27 | 44 | D | 1A | 46 | 39 |
| Octal | 336 | 207 | 106 | 0 | 47 | 104 | 15 | 32 | 106 | 71 |
| Binary | 11011110 | 10000111 | 1000110 | 0 | 100111 | 1000100 | 1101 | 11010 | 1000110 | 111001 |
Color Harmonies of #DE8746
Complementary color
Monochromatic Colors of #DE8746
Black with #DE8746
Text Example
Text Example
White with #DE8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8746; }
p { color: rgb(222,135,70); }
H1.HeaderClassName
{
color: #DE8746;
}
.AnyTagClassName
{
color: #DE8746;
}
</style>
background-color css
<style>
a { background-color: #DE8746; }
a { background-color: rgb(222,135,70); }
div.DivClassName
{
background-color: #DE8746;
}
.BgClassName
{
background-color: #DE8746;
}
</style>
border-color css
<style>
span { border-color: #DE8746; }
span { border-color: rgb(222,135,70); }
td.TdClassName
{
border-color: #DE8746;
}
.TagClassName
{
border-color: #DE8746;
}
</style>