#DE8547

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

Shades of Flamenco #DE8547

Tints of Flamenco #DE8547

Color information

#DE8547 (or 0xDE8547) is unknown color: approx Flamenco. HEX triplet: DE, 85 and 47. RGB value is (222,133,71). Sum of RGB (Red+Green+Blue) = 222+133+71=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8547 is #217AB8. Grayscale: #989898. Windows color (decimal): -2194105 or 4687326. OLE color: 4687326.

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

Color convert

RGB22213371-
CMYK00.400.680.13
HSL24.64º69.59%57.45%-
HSV(B)24.64º68.02%87.06%-
XYZ39.6532.7610.19-
YUV152.5481.99177.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 71 (28.12% from 255) = 16.67%
R=52.11%
G=31.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221337100.400.680.1324.6469.5957.45
HexDE854702844D194639
Octal336205107050104153110671
Binary11011110100001011000111010100010001001101110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8547; }

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

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

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

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

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

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

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

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