#DD964A

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

Shades of Fire Bush #DD964A

Tints of Fire Bush #DD964A

Color information

#DD964A (or 0xDD964A) is unknown color: approx Fire Bush. HEX triplet: DD, 96 and 4A. RGB value is (221,150,74). Sum of RGB (Red+Green+Blue) = 221+150+74=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD964A is #2269B5. Grayscale: #A2A2A2. Windows color (decimal): -2255286 or 4888285. OLE color: 4888285.

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

Color convert

RGB22115074-
CMYK00.320.670.13
HSL31.02º68.37%57.84%-
HSV(B)31.02º66.52%86.67%-
XYZ41.9637.6811.54-
YUV162.5678.02169.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=49.66%
G=33.71%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211507400.320.670.1331.0268.3757.84
HexDD964A02043D1f443a
Octal335226112040103153710472
Binary11011101100101101001010010000010000111101111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD964A; }

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

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

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

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

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

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

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

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