#DE884D

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

Shades of Flamenco #DE884D

Tints of Flamenco #DE884D

Color information

#DE884D (or 0xDE884D) is unknown color: approx Flamenco. HEX triplet: DE, 88 and 4D. RGB value is (222,136,77). Sum of RGB (Red+Green+Blue) = 222+136+77=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE884D is #2177B2. Grayscale: #9B9B9B. Windows color (decimal): -2193331 or 5081310. OLE color: 5081310.

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

Color convert

RGB22213677-
CMYK00.390.650.13
HSL24.41º68.72%58.63%-
HSV(B)24.41º65.32%87.06%-
XYZ40.2733.6711.4-
YUV154.9983.99175.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=51.03%
G=31.26%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221367700.390.650.1324.4168.7258.63
HexDE884D02741D18453b
Octal336210115047101153010573
Binary11011110100010001001101010011110000011101110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE884D; }

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

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

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

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

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

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

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

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