#DD9648

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

Shades of Fire Bush #DD9648

Tints of Fire Bush #DD9648

Color information

#DD9648 (or 0xDD9648) is unknown color: approx Fire Bush. HEX triplet: DD, 96 and 48. RGB value is (221,150,72). Sum of RGB (Red+Green+Blue) = 221+150+72=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9648 is #2269B7. Grayscale: #A2A2A2. Windows color (decimal): -2255288 or 4757213. OLE color: 4757213.

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

Color convert

RGB22115072-
CMYK00.320.670.13
HSL31.41º68.66%57.45%-
HSV(B)31.41º67.42%86.67%-
XYZ41.8937.6511.19-
YUV162.3477.02169.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=49.89%
G=33.86%
B=16.25%

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
Decimal2211507200.320.670.1331.4168.6657.45
HexDD964802043D1f4539
Octal335226110040103153710571
Binary11011101100101101001000010000010000111101111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9648; }

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

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

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

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

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

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

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

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