#DA9649

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

Shades of Fire Bush #DA9649

Tints of Fire Bush #DA9649

Color information

#DA9649 (or 0xDA9649) is unknown color: approx Fire Bush. HEX triplet: DA, 96 and 49. RGB value is (218,150,73). Sum of RGB (Red+Green+Blue) = 218+150+73=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9649 is #2569B6. Grayscale: #A1A1A1. Windows color (decimal): -2451895 or 4822746. OLE color: 4822746.

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

Color convert

RGB21815073-
CMYK00.310.670.15
HSL31.86º66.21%57.06%-
HSV(B)31.86º66.51%85.49%-
XYZ41.0237.211.32-
YUV161.5578.03168.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=49.43%
G=34.01%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181507300.310.670.1531.8666.2157.06
HexDA964901F43F204239
Octal332226111037103174010271
Binary11011010100101101001001011111100001111111000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9649; }

 p { color: rgb(218,150,73); }

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

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

 a { background-color: rgb(218,150,73); }

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

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

 span { border-color: rgb(218,150,73); }

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