Html Css Color HEX #DD9737 Fire Bush

📋 copy color: '#DD9737'

red 221 ◦ green 151 ◦ blue 55

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

Shades of Fire Bush #DD9737

Tints of Fire Bush #DD9737

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 51.76%
G = 35.36%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD9737 (or 0xDD9737) is known color: Fire Bush. HEX triplet: DD, 97 and 37. RGB value is (221,151,55). Sum of RGB (Red+Green+Blue) = 221+151+55=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9737 is #2268C8. Grayscale: #A1A1A1. Windows color (decimal): -2255049 or 3643357. OLE color: 3643357.

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

Color convert

RGB 221 151 55 -
CMYK 0 0.32 0.75 0.13
HSL 34.7º 0.71% 0.54% -
HSV(B) 34.7º 0.75% 0.87% -
XYZ 41.57 37.78 8.72 -
YUV 160.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 221 151 55 0 0.32 0.75 0.13 34.7 0.71 0.54
Hex DD 97 37 0 20 4B D 23 47 36
Octal 335 227 67 0 40 113 15 43 107 66
Binary 11011101 10010111 110111 0 100000 1001011 1101 100011 1000111 110110

Color Harmonies of #DD9737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9737

Black with #DD9737

Text Example


Text Example

White with #DD9737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9737; }

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

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

background-color css

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

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

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

border-color css

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

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

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