#DE8D4C

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

Shades of Flamenco #DE8D4C

Tints of Flamenco #DE8D4C

Color information

#DE8D4C (or 0xDE8D4C) is unknown color: approx Flamenco. HEX triplet: DE, 8D and 4C. RGB value is (222,141,76). Sum of RGB (Red+Green+Blue) = 222+141+76=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D4C is #2172B3. Grayscale: #9E9E9E. Windows color (decimal): -2192052 or 5017054. OLE color: 5017054.

HSL color Cylindrical-coordinate representation of color #DE8D4C: hue angle of 26.71º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE8D4C is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22214176-
CMYK00.360.660.13
HSL26.71º68.87%58.43%-
HSV(B)26.71º65.77%87.06%-
XYZ40.9535.111.45-
YUV157.8181.84173.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=50.57%
G=32.12%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221417600.360.660.1326.7168.8758.43
HexDE8D4C02442D1b453a
Octal336215114044102153310572
Binary11011110100011011001100010010010000101101110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D4C; }

 p { color: rgb(222,141,76); }

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

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

 a { background-color: rgb(222,141,76); }

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

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

 span { border-color: rgb(222,141,76); }

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