Html Css Color HEX #DD9040 Fire Bush

📋 copy color: '#DD9040'

red 221 ◦ green 144 ◦ blue 64

#DD9040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #DD9040

Tints of Fire Bush #DD9040

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 value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD9040 (or 0xDD9040) is known color: 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

RGB 221 144 64 -
CMYK 0 0.35 0.71 0.13
HSL 30.57º 0.7% 0.56% -
HSV(B) 30.57º 0.71% 0.87% -
XYZ 40.72 35.69 9.59 -
YUV 157.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 221 144 64 0 0.35 0.71 0.13 30.57 0.7 0.56
Hex DD 90 40 0 23 47 D 1F 46 38
Octal 335 220 100 0 43 107 15 37 106 70
Binary 11011101 10010000 1000000 0 100011 1000111 1101 11111 1000110 111000

Color Harmonies of #DD9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9040

Black with #DD9040

Text Example


Text Example

White with #DD9040

Text Example


Text Example

HTML Codes & Css Web 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>