#DA9D49

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

Shades of Fire Bush #DA9D49

Tints of Fire Bush #DA9D49

Color information

#DA9D49 (or 0xDA9D49) is unknown color: approx Fire Bush. HEX triplet: DA, 9D and 49. RGB value is (218,157,73). Sum of RGB (Red+Green+Blue) = 218+157+73=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D49 is #2562B6. Grayscale: #A6A6A6. Windows color (decimal): -2450103 or 4824538. OLE color: 4824538.

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

Color convert

RGB21815773-
CMYK00.280.670.15
HSL34.76º66.21%57.06%-
HSV(B)34.76º66.51%85.49%-
XYZ42.1739.511.7-
YUV165.6675.71165.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=48.66%
G=35.04%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181577300.280.670.1534.7666.2157.06
HexDA9D4901C43F234239
Octal332235111034103174310271
Binary11011010100111011001001011100100001111111000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D49; }

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

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

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

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

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

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

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

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