#DE9D4C

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

Shades of Fire Bush #DE9D4C

Tints of Fire Bush #DE9D4C

Color information

#DE9D4C (or 0xDE9D4C) is unknown color: approx Fire Bush. HEX triplet: DE, 9D and 4C. RGB value is (222,157,76). Sum of RGB (Red+Green+Blue) = 222+157+76=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9D4C is #2162B3. Grayscale: #A7A7A7. Windows color (decimal): -2187956 or 5021150. OLE color: 5021150.

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

Color convert

RGB22215776-
CMYK00.290.660.13
HSL33.29º68.87%58.43%-
HSV(B)33.29º65.77%87.06%-
XYZ43.4940.1712.3-
YUV167.276.53167.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=48.79%
G=34.51%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221577600.290.660.1333.2968.8758.43
HexDE9D4C01D42D21453a
Octal336235114035102154110572
Binary11011110100111011001100011101100001011011000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D4C; }

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

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

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

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

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

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

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

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