#DD9744

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

Shades of Fire Bush #DD9744

Tints of Fire Bush #DD9744

Color information

#DD9744 (or 0xDD9744) is unknown color: approx Fire Bush. HEX triplet: DD, 97 and 44. RGB value is (221,151,68). Sum of RGB (Red+Green+Blue) = 221+151+68=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9744 is #2268BB. Grayscale: #A2A2A2. Windows color (decimal): -2255036 or 4495325. OLE color: 4495325.

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

Color convert

RGB22115168-
CMYK00.320.690.13
HSL32.55º69.23%56.67%-
HSV(B)32.55º69.23%86.67%-
XYZ41.9337.9210.58-
YUV162.4774.69169.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 68 (26.95% from 255) = 15.45%
R=50.23%
G=34.32%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211516800.320.690.1332.5569.2356.67
HexDD974402045D214539
Octal335227104040105154110571
Binary110111011001011110001000100000100010111011000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9744; }

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

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

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

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

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

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

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

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