#DE854E

Color #DE854E Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #DE854E

Tints of Flamenco #DE854E

Color information

#DE854E (or 0xDE854E) is unknown color: approx Flamenco. HEX triplet: DE, 85 and 4E. RGB value is (222,133,78). Sum of RGB (Red+Green+Blue) = 222+133+78=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE854E is #217AB1. Grayscale: #999999. Windows color (decimal): -2194098 or 5146078. OLE color: 5146078.

HSL color Cylindrical-coordinate representation of color #DE854E: hue angle of 22.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE854E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22213378-
CMYK00.400.650.13
HSL22.92º68.57%58.82%-
HSV(B)22.92º64.86%87.06%-
XYZ39.8932.8511.45-
YUV153.3485.49176.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=51.27%
G=30.72%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221337800.400.650.1322.9268.5758.82
HexDE854E02841D17453b
Octal336205116050101152710573
Binary11011110100001011001110010100010000011101101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE854E; }

 p { color: rgb(222,133,78); }

 H1.HeaderClassName
 {
   color: #DE854E;
 }
 .AnyTagClassName
 {
   color: #DE854E;
 }
</style>
background-color css

<style>
 a { background-color: #DE854E; }

 a { background-color: rgb(222,133,78); }

 div.DivClassName
 {
   background-color: #DE854E;
 }
 .BgClassName
 {
   background-color: #DE854E;
 }
</style>
border-color css

<style>
 span { border-color: #DE854E; }

 span { border-color: rgb(222,133,78); }

 td.TdClassName
 {
   border-color: #DE854E;
 }
 .TagClassName
 {
   border-color: #DE854E;
 }
</style>