#DE864D

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

Shades of Flamenco #DE864D

Tints of Flamenco #DE864D

Color information

#DE864D (or 0xDE864D) is unknown color: approx Flamenco. HEX triplet: DE, 86 and 4D. RGB value is (222,134,77). Sum of RGB (Red+Green+Blue) = 222+134+77=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE864D is #2179B2. Grayscale: #9A9A9A. Windows color (decimal): -2193843 or 5080798. OLE color: 5080798.

HSL color Cylindrical-coordinate representation of color #DE864D: hue angle of 23.59º 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 #DE864D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22213477-
CMYK00.400.650.13
HSL23.59º68.72%58.63%-
HSV(B)23.59º65.32%87.06%-
XYZ39.9933.1211.31-
YUV153.8184.65176.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=51.27%
G=30.95%
B=17.78%

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
Decimal2221347700.400.650.1323.5968.7258.63
HexDE864D02841D18453b
Octal336206115050101153010573
Binary11011110100001101001101010100010000011101110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE864D; }

 p { color: rgb(222,134,77); }

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

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

 a { background-color: rgb(222,134,77); }

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

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

 span { border-color: rgb(222,134,77); }

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