#DD9040

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

Shades of Fire Bush #DD9040

Tints of Fire Bush #DD9040

Color information

#DD9040 (or 0xDD9040) is unknown color: approx Fire Bush. HEX triplet: DD, 90 and 40. RGB value is (221,144,64). Sum of RGB (Red+Green+Blue) = 221+144+64=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9040 is #226FBF. Grayscale: #9E9E9E. Windows color (decimal): -2256832 or 4231389. OLE color: 4231389.

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

Color convert

RGB22114464-
CMYK00.350.710.13
HSL30.57º69.78%55.88%-
HSV(B)30.57º71.04%86.67%-
XYZ40.7235.699.59-
YUV157.975.01173-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 64 (25.39% from 255) = 14.92%
R=51.52%
G=33.57%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211446400.350.710.1330.5769.7855.88
HexDD904002347D1f4638
Octal335220100043107153710670
Binary11011101100100001000000010001110001111101111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9040; }

 p { color: rgb(221,144,64); }

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

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

 a { background-color: rgb(221,144,64); }

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

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

 span { border-color: rgb(221,144,64); }

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