Shades of Flamenco #DE8D4B
Tints of Flamenco #DE8D4B
RGB
CMYK
RGB Variations
Color information
#DE8D4B (or 0xDE8D4B) is known color: Flamenco. HEX triplet: DE, 8D and 4B. RGB value is (222,141,75). Sum of RGB (Red+Green+Blue) = 222+141+75=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D4B is #2172B4. Grayscale: #9E9E9E. Windows color (decimal): -2192053 or 4951518. OLE color: 4951518.
HSL color Cylindrical-coordinate representation of color #DE8D4B: hue angle of 26.94º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE8D4B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 75 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.13 |
| HSL | 26.94º | 0.69% | 0.58% | - |
| HSV(B) | 26.94º | 0.66% | 0.87% | - |
| XYZ | 40.92 | 35.09 | 11.27 | - |
| YUV | 157.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 75 | 0 | 0.36 | 0.66 | 0.13 | 26.94 | 0.69 | 0.58 |
| Hex | DE | 8D | 4B | 0 | 24 | 42 | D | 1B | 45 | 3A |
| Octal | 336 | 215 | 113 | 0 | 44 | 102 | 15 | 33 | 105 | 72 |
| Binary | 11011110 | 10001101 | 1001011 | 0 | 100100 | 1000010 | 1101 | 11011 | 1000101 | 111010 |
Color Harmonies of #DE8D4B
Complementary color
Monochromatic Colors of #DE8D4B
Black with #DE8D4B
Text Example
Text Example
White with #DE8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D4B; }
p { color: rgb(222,141,75); }
H1.HeaderClassName
{
color: #DE8D4B;
}
.AnyTagClassName
{
color: #DE8D4B;
}
</style>
background-color css
<style>
a { background-color: #DE8D4B; }
a { background-color: rgb(222,141,75); }
div.DivClassName
{
background-color: #DE8D4B;
}
.BgClassName
{
background-color: #DE8D4B;
}
</style>
border-color css
<style>
span { border-color: #DE8D4B; }
span { border-color: rgb(222,141,75); }
td.TdClassName
{
border-color: #DE8D4B;
}
.TagClassName
{
border-color: #DE8D4B;
}
</style>