#DD9844

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

Shades of Fire Bush #DD9844

Tints of Fire Bush #DD9844

Color information

#DD9844 (or 0xDD9844) is unknown color: approx Fire Bush. HEX triplet: DD, 98 and 44. RGB value is (221,152,68). Sum of RGB (Red+Green+Blue) = 221+152+68=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9844 is #2267BB. Grayscale: #A3A3A3. Windows color (decimal): -2254780 or 4495581. OLE color: 4495581.

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

Color convert

RGB22115268-
CMYK00.310.690.13
HSL32.94º69.23%56.67%-
HSV(B)32.94º69.23%86.67%-
XYZ42.0938.2510.63-
YUV163.0674.36169.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 68 (26.95% from 255) = 15.42%
R=50.11%
G=34.47%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211526800.310.690.1332.9469.2356.67
HexDD984401F45D214539
Octal335230104037105154110571
Binary11011101100110001000100011111100010111011000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9844; }

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

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

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

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

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

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

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

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