Html Css Color HEX #DD9F49 Fire Bush

📋 copy color: '#DD9F49'

red 221 ◦ green 159 ◦ blue 73

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

Shades of Fire Bush #DD9F49

Tints of Fire Bush #DD9F49

RGB

 RED value IS 221 (86.72% from 255) = 48.79%

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 48.79%
G = 35.1%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD9F49 (or 0xDD9F49) is known color: Fire Bush. HEX triplet: DD, 9F and 49. RGB value is (221,159,73). Sum of RGB (Red+Green+Blue) = 221+159+73=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F49 is #2260B6. Grayscale: #A8A8A8. Windows color (decimal): -2252983 or 4825053. OLE color: 4825053.

HSL color Cylindrical-coordinate representation of color #DD9F49: hue angle of 34.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD9F49 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 73 -
CMYK 0 0.28 0.67 0.13
HSL 34.86º 0.69% 0.58% -
HSV(B) 34.86º 0.67% 0.87% -
XYZ 43.42 40.65 11.86 -
YUV 167.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 221 159 73 0 0.28 0.67 0.13 34.86 0.69 0.58
Hex DD 9F 49 0 1C 43 D 23 45 3A
Octal 335 237 111 0 34 103 15 43 105 72
Binary 11011101 10011111 1001001 0 11100 1000011 1101 100011 1000101 111010

Color Harmonies of #DD9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F49

Black with #DD9F49

Text Example


Text Example

White with #DD9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F49; }

 p { color: rgb(221,159,73); }

 H1.HeaderClassName
 {
   color: #DD9F49;
 }
 .AnyTagClassName
 {
   color: #DD9F49;
 }
</style>

background-color css

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

 a { background-color: rgb(221,159,73); }

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

border-color css

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

 span { border-color: rgb(221,159,73); }

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