#DE8846

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

Shades of Flamenco #DE8846

Tints of Flamenco #DE8846

Color information

#DE8846 (or 0xDE8846) is unknown color: approx Flamenco. HEX triplet: DE, 88 and 46. RGB value is (222,136,70). Sum of RGB (Red+Green+Blue) = 222+136+70=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8846 is #2177B9. Grayscale: #9A9A9A. Windows color (decimal): -2193338 or 4622558. OLE color: 4622558.

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

Color convert

RGB22213670-
CMYK00.390.680.13
HSL26.05º69.72%57.25%-
HSV(B)26.05º68.47%87.06%-
XYZ40.0333.5810.17-
YUV154.1980.49176.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 70 (27.73% from 255) = 16.36%
R=51.87%
G=31.78%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221367000.390.680.1326.0569.7257.25
HexDE884602744D1a4639
Octal336210106047104153210671
Binary11011110100010001000110010011110001001101110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8846; }

 p { color: rgb(222,136,70); }

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

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

 a { background-color: rgb(222,136,70); }

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

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

 span { border-color: rgb(222,136,70); }

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