#DA9548

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

Shades of Fire Bush #DA9548

Tints of Fire Bush #DA9548

Color information

#DA9548 (or 0xDA9548) is unknown color: approx Fire Bush. HEX triplet: DA, 95 and 48. RGB value is (218,149,72). Sum of RGB (Red+Green+Blue) = 218+149+72=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9548 is #256AB7. Grayscale: #A1A1A1. Windows color (decimal): -2452152 or 4756954. OLE color: 4756954.

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

Color convert

RGB21814972-
CMYK00.320.670.15
HSL31.64º66.36%56.86%-
HSV(B)31.64º66.97%85.49%-
XYZ40.8336.8711.1-
YUV160.8577.86168.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=49.66%
G=33.94%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181497200.320.670.1531.6466.3656.86
HexDA954802043F204239
Octal332225110040103174010271
Binary110110101001010110010000100000100001111111000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9548; }

 p { color: rgb(218,149,72); }

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

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

 a { background-color: rgb(218,149,72); }

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

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

 span { border-color: rgb(218,149,72); }

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