#DEA349

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

Shades of Fire Bush #DEA349

Tints of Fire Bush #DEA349

Color information

#DEA349 (or 0xDEA349) is unknown color: approx Fire Bush. HEX triplet: DE, A3 and 49. RGB value is (222,163,73). Sum of RGB (Red+Green+Blue) = 222+163+73=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA349 is #215CB6. Grayscale: #AAAAAA. Windows color (decimal): -2186423 or 4826078. OLE color: 4826078.

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

Color convert

RGB22216373-
CMYK00.270.670.13
HSL36.24º69.3%57.84%-
HSV(B)36.24º67.12%87.06%-
XYZ44.4242.2112.11-
YUV170.3873.05164.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 73 (28.91% from 255) = 15.94%
R=48.47%
G=35.59%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221637300.270.670.1336.2469.357.84
HexDEA34901B43D24453a
Octal336243111033103154410572
Binary11011110101000111001001011011100001111011001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA349; }

 p { color: rgb(222,163,73); }

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

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

 a { background-color: rgb(222,163,73); }

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

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

 span { border-color: rgb(222,163,73); }

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