#DE8447

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

Shades of Flamenco #DE8447

Tints of Flamenco #DE8447

Color information

#DE8447 (or 0xDE8447) is unknown color: approx Flamenco. HEX triplet: DE, 84 and 47. RGB value is (222,132,71). Sum of RGB (Red+Green+Blue) = 222+132+71=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8447 is #217BB8. Grayscale: #989898. Windows color (decimal): -2194361 or 4687070. OLE color: 4687070.

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

Color convert

RGB22213271-
CMYK00.410.680.13
HSL24.24º69.59%57.45%-
HSV(B)24.24º68.02%87.06%-
XYZ39.5132.4910.15-
YUV151.9682.32177.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 71 (28.12% from 255) = 16.71%
R=52.24%
G=31.06%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221327100.410.680.1324.2469.5957.45
HexDE844702944D184639
Octal336204107051104153010671
Binary11011110100001001000111010100110001001101110001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8447; }

 p { color: rgb(222,132,71); }

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

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

 a { background-color: rgb(222,132,71); }

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

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

 span { border-color: rgb(222,132,71); }

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