#DA994A

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

Shades of Fire Bush #DA994A

Tints of Fire Bush #DA994A

Color information

#DA994A (or 0xDA994A) is unknown color: approx Fire Bush. HEX triplet: DA, 99 and 4A. RGB value is (218,153,74). Sum of RGB (Red+Green+Blue) = 218+153+74=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA994A is #2566B5. Grayscale: #A3A3A3. Windows color (decimal): -2451126 or 4889050. OLE color: 4889050.

HSL color Cylindrical-coordinate representation of color #DA994A: hue angle of 32.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA994A is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21815374-
CMYK00.300.660.15
HSL32.92º66.06%57.25%-
HSV(B)32.92º66.06%85.49%-
XYZ41.5438.1811.66-
YUV163.4377.53166.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.99%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=48.99%
G=34.38%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181537400.300.660.1532.9266.0657.25
HexDA994A01E42F214239
Octal332231112036102174110271
Binary11011010100110011001010011110100001011111000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA994A; }

 p { color: rgb(218,153,74); }

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

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

 a { background-color: rgb(218,153,74); }

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

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

 span { border-color: rgb(218,153,74); }

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