#DD9339

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

Shades of Fire Bush #DD9339

Tints of Fire Bush #DD9339

Color information

#DD9339 (or 0xDD9339) is unknown color: approx Fire Bush. HEX triplet: DD, 93 and 39. RGB value is (221,147,57). Sum of RGB (Red+Green+Blue) = 221+147+57=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9339 is #226CC6. Grayscale: #9F9F9F. Windows color (decimal): -2256071 or 3773405. OLE color: 3773405.

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

Color convert

RGB22114757-
CMYK00.330.740.13
HSL32.93º70.69%54.51%-
HSV(B)32.93º74.21%86.67%-
XYZ40.9936.538.76-
YUV158.8770.52172.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=52%
G=34.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211475700.330.740.1332.9370.6954.51
HexDD93390214AD214737
Octal33522371041112154110767
Binary11011101100100111110010100001100101011011000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9339; }

 p { color: rgb(221,147,57); }

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

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

 a { background-color: rgb(221,147,57); }

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

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

 span { border-color: rgb(221,147,57); }

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