Html Css Color HEX #DD9947 Fire Bush

📋 copy color: '#DD9947'

red 221 ◦ green 153 ◦ blue 71

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

Shades of Fire Bush #DD9947

Tints of Fire Bush #DD9947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 71 (28.13% from 255) = 15.96%

R = 49.66%
G = 34.38%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD9947 (or 0xDD9947) is known color: Fire Bush. HEX triplet: DD, 99 and 47. RGB value is (221,153,71). Sum of RGB (Red+Green+Blue) = 221+153+71=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9947 is #2266B8. Grayscale: #A4A4A4. Windows color (decimal): -2254521 or 4692445. OLE color: 4692445.

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

Color convert

RGB 221 153 71 -
CMYK 0 0.31 0.68 0.13
HSL 32.8º 0.69% 0.57% -
HSV(B) 32.8º 0.68% 0.87% -
XYZ 42.35 38.61 11.18 -
YUV 163.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 221 153 71 0 0.31 0.68 0.13 32.8 0.69 0.57
Hex DD 99 47 0 1F 44 D 21 45 39
Octal 335 231 107 0 37 104 15 41 105 71
Binary 11011101 10011001 1000111 0 11111 1000100 1101 100001 1000101 111001

Color Harmonies of #DD9947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9947

Black with #DD9947

Text Example


Text Example

White with #DD9947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9947; }

 p { color: rgb(221,153,71); }

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

background-color css

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

 a { background-color: rgb(221,153,71); }

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

border-color css

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

 span { border-color: rgb(221,153,71); }

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