Html Css Color HEX #DD9537 Fire Bush

📋 copy color: '#DD9537'

red 221 ◦ green 149 ◦ blue 55

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

Shades of Fire Bush #DD9537

Tints of Fire Bush #DD9537

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 52%
G = 35.06%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD9537 (or 0xDD9537) is known color: Fire Bush. HEX triplet: DD, 95 and 37. RGB value is (221,149,55). Sum of RGB (Red+Green+Blue) = 221+149+55=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9537 is #226AC8. Grayscale: #A0A0A0. Windows color (decimal): -2255561 or 3642845. OLE color: 3642845.

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

Color convert

RGB 221 149 55 -
CMYK 0 0.33 0.75 0.13
HSL 33.98º 0.71% 0.54% -
HSV(B) 33.98º 0.75% 0.87% -
XYZ 41.26 37.14 8.61 -
YUV 159.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 221 149 55 0 0.33 0.75 0.13 33.98 0.71 0.54
Hex DD 95 37 0 21 4B D 22 47 36
Octal 335 225 67 0 41 113 15 42 107 66
Binary 11011101 10010101 110111 0 100001 1001011 1101 100010 1000111 110110

Color Harmonies of #DD9537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9537

Black with #DD9537

Text Example


Text Example

White with #DD9537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9537; }

 p { color: rgb(221,149,55); }

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

background-color css

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

 a { background-color: rgb(221,149,55); }

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

border-color css

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

 span { border-color: rgb(221,149,55); }

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