#DE894B

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

Shades of Flamenco #DE894B

Tints of Flamenco #DE894B

Color information

#DE894B (or 0xDE894B) is unknown color: approx Flamenco. HEX triplet: DE, 89 and 4B. RGB value is (222,137,75). Sum of RGB (Red+Green+Blue) = 222+137+75=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE894B is #2176B4. Grayscale: #9B9B9B. Windows color (decimal): -2193077 or 4950494. OLE color: 4950494.

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

Color convert

RGB22213775-
CMYK00.380.660.13
HSL25.31º69.01%58.24%-
HSV(B)25.31º66.22%87.06%-
XYZ40.3433.9311.08-
YUV155.3582.66175.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=51.15%
G=31.57%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221377500.380.660.1325.3169.0158.24
HexDE894B02642D19453a
Octal336211113046102153110572
Binary11011110100010011001011010011010000101101110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE894B; }

 p { color: rgb(222,137,75); }

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

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

 a { background-color: rgb(222,137,75); }

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

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

 span { border-color: rgb(222,137,75); }

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