#DD954A

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

Shades of Fire Bush #DD954A

Tints of Fire Bush #DD954A

Color information

#DD954A (or 0xDD954A) is unknown color: approx Fire Bush. HEX triplet: DD, 95 and 4A. RGB value is (221,149,74). Sum of RGB (Red+Green+Blue) = 221+149+74=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD954A is #226AB5. Grayscale: #A2A2A2. Windows color (decimal): -2255542 or 4888029. OLE color: 4888029.

HSL color Cylindrical-coordinate representation of color #DD954A: hue angle of 30.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD954A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22114974-
CMYK00.330.670.13
HSL30.61º68.37%57.84%-
HSV(B)30.61º66.52%86.67%-
XYZ41.837.3611.49-
YUV161.9878.35170.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 74 (29.30% from 255) = 16.67%
R=49.77%
G=33.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211497400.330.670.1330.6168.3757.84
HexDD954A02143D1f443a
Octal335225112041103153710472
Binary11011101100101011001010010000110000111101111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD954A; }

 p { color: rgb(221,149,74); }

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

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

 a { background-color: rgb(221,149,74); }

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

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

 span { border-color: rgb(221,149,74); }

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