Html Css Color HEX #DD9741 Fire Bush

📋 copy color: '#DD9741'

red 221 ◦ green 151 ◦ blue 65

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

Shades of Fire Bush #DD9741

Tints of Fire Bush #DD9741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 50.57%
G = 34.55%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD9741 (or 0xDD9741) is known color: Fire Bush. HEX triplet: DD, 97 and 41. RGB value is (221,151,65). Sum of RGB (Red+Green+Blue) = 221+151+65=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9741 is #2268BE. Grayscale: #A2A2A2. Windows color (decimal): -2255039 or 4298717. OLE color: 4298717.

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

Color convert

RGB 221 151 65 -
CMYK 0 0.32 0.71 0.13
HSL 33.08º 0.7% 0.56% -
HSV(B) 33.08º 0.71% 0.87% -
XYZ 41.84 37.89 10.11 -
YUV 162.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 221 151 65 0 0.32 0.71 0.13 33.08 0.7 0.56
Hex DD 97 41 0 20 47 D 21 46 38
Octal 335 227 101 0 40 107 15 41 106 70
Binary 11011101 10010111 1000001 0 100000 1000111 1101 100001 1000110 111000

Color Harmonies of #DD9741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9741

Black with #DD9741

Text Example


Text Example

White with #DD9741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9741; }

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

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

background-color css

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

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

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

border-color css

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

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

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