#DE874A

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

Shades of Flamenco #DE874A

Tints of Flamenco #DE874A

Color information

#DE874A (or 0xDE874A) is unknown color: approx Flamenco. HEX triplet: DE, 87 and 4A. RGB value is (222,135,74). Sum of RGB (Red+Green+Blue) = 222+135+74=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE874A is #2178B5. Grayscale: #9A9A9A. Windows color (decimal): -2193590 or 4884446. OLE color: 4884446.

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

Color convert

RGB22213574-
CMYK00.390.670.13
HSL24.73º69.16%58.04%-
HSV(B)24.73º66.67%87.06%-
XYZ40.0233.3510.81-
YUV154.0682.82176.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=51.51%
G=31.32%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221357400.390.670.1324.7369.1658.04
HexDE874A02743D19453a
Octal336207112047103153110572
Binary11011110100001111001010010011110000111101110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE874A; }

 p { color: rgb(222,135,74); }

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

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

 a { background-color: rgb(222,135,74); }

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

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

 span { border-color: rgb(222,135,74); }

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