#DDA044

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

Shades of Fire Bush #DDA044

Tints of Fire Bush #DDA044

Color information

#DDA044 (or 0xDDA044) is unknown color: approx Fire Bush. HEX triplet: DD, A0 and 44. RGB value is (221,160,68). Sum of RGB (Red+Green+Blue) = 221+160+68=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA044 is #225FBB. Grayscale: #A8A8A8. Windows color (decimal): -2252732 or 4497629. OLE color: 4497629.

HSL color Cylindrical-coordinate representation of color #DDA044: hue angle of 36.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDA044 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22116068-
CMYK00.280.690.13
HSL36.08º69.23%56.67%-
HSV(B)36.08º69.23%86.67%-
XYZ43.4340.9311.08-
YUV167.7571.71165.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 68 (26.95% from 255) = 15.14%
R=49.22%
G=35.63%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211606800.280.690.1336.0869.2356.67
HexDDA04401C45D244539
Octal335240104034105154410571
Binary11011101101000001000100011100100010111011001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA044; }

 p { color: rgb(221,160,68); }

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

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

 a { background-color: rgb(221,160,68); }

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

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

 span { border-color: rgb(221,160,68); }

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