Html Css Color HEX #DD9937 Fire Bush

📋 copy color: '#DD9937'

red 221 ◦ green 153 ◦ blue 55

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

Shades of Fire Bush #DD9937

Tints of Fire Bush #DD9937

RGB

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

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

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

R = 51.52%
G = 35.66%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD9937 (or 0xDD9937) is known color: Fire Bush. HEX triplet: DD, 99 and 37. RGB value is (221,153,55). Sum of RGB (Red+Green+Blue) = 221+153+55=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9937 is #2266C8. Grayscale: #A2A2A2. Windows color (decimal): -2254537 or 3643869. OLE color: 3643869.

HSL color Cylindrical-coordinate representation of color #DD9937: hue angle of 35.42º 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 #DD9937 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 55 -
CMYK 0 0.31 0.75 0.13
HSL 35.42º 0.71% 0.54% -
HSV(B) 35.42º 0.75% 0.87% -
XYZ 41.9 38.43 8.82 -
YUV 162.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 221 153 55 0 0.31 0.75 0.13 35.42 0.71 0.54
Hex DD 99 37 0 1F 4B D 23 47 36
Octal 335 231 67 0 37 113 15 43 107 66
Binary 11011101 10011001 110111 0 11111 1001011 1101 100011 1000111 110110

Color Harmonies of #DD9937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9937

Black with #DD9937

Text Example


Text Example

White with #DD9937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9937; }

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

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

background-color css

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

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

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

border-color css

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

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

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