Html Css Color HEX #D49441 Fire Bush

📋 copy color: '#D49441'

red 212 ◦ green 148 ◦ blue 65

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

Shades of Fire Bush #D49441

Tints of Fire Bush #D49441

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 148 (58.2% from 255) = 34.82%

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

R = 49.88%
G = 34.82%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D49441 (or 0xD49441) is known color: Fire Bush. HEX triplet: D4, 94 and 41. RGB value is (212,148,65). Sum of RGB (Red+Green+Blue) = 212+148+65=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D49441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49441 is #2B6BBE. Grayscale: #9E9E9E. Windows color (decimal): -2845631 or 4297940. OLE color: 4297940.

HSL color Cylindrical-coordinate representation of color #D49441: hue angle of 33.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D49441 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 65 -
CMYK 0 0.30 0.69 0.17
HSL 33.88º 0.63% 0.54% -
HSV(B) 33.88º 0.69% 0.83% -
XYZ 38.7 35.56 9.83 -
YUV 157.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 212 148 65 0 0.30 0.69 0.17 33.88 0.63 0.54
Hex D4 94 41 0 1E 45 11 22 3F 36
Octal 324 224 101 0 36 105 21 42 77 66
Binary 11010100 10010100 1000001 0 11110 1000101 10001 100010 111111 110110

Color Harmonies of #D49441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49441

Black with #D49441

Text Example


Text Example

White with #D49441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49441; }

 p { color: rgb(212,148,65); }

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

background-color css

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

 a { background-color: rgb(212,148,65); }

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

border-color css

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

 span { border-color: rgb(212,148,65); }

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