#DE8E4D

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

Shades of Fire Bush #DE8E4D

Tints of Fire Bush #DE8E4D

Color information

#DE8E4D (or 0xDE8E4D) is unknown color: approx Fire Bush. HEX triplet: DE, 8E and 4D. RGB value is (222,142,77). Sum of RGB (Red+Green+Blue) = 222+142+77=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E4D is #2171B2. Grayscale: #9E9E9E. Windows color (decimal): -2191795 or 5082846. OLE color: 5082846.

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

Color convert

RGB22214277-
CMYK00.360.650.13
HSL26.9º68.72%58.63%-
HSV(B)26.9º65.32%87.06%-
XYZ41.1435.4111.69-
YUV158.5182173.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=50.34%
G=32.20%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221427700.360.650.1326.968.7258.63
HexDE8E4D02441D1b453b
Octal336216115044101153310573
Binary11011110100011101001101010010010000011101110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8E4D; }

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

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

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

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

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

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

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

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