Html Css Color HEX #D49447 Fire Bush

📋 copy color: '#D49447'

red 212 ◦ green 148 ◦ blue 71

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

Shades of Fire Bush #D49447

Tints of Fire Bush #D49447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.47%

R = 49.19%
G = 34.34%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D49447 (or 0xD49447) is known color: Fire Bush. HEX triplet: D4, 94 and 47. RGB value is (212,148,71). Sum of RGB (Red+Green+Blue) = 212+148+71=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D49447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49447 is #2B6BB8. Grayscale: #9E9E9E. Windows color (decimal): -2845625 or 4691156. OLE color: 4691156.

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

Color convert

RGB 212 148 71 -
CMYK 0 0.30 0.67 0.17
HSL 32.77º 0.62% 0.55% -
HSV(B) 32.77º 0.67% 0.83% -
XYZ 38.88 35.63 10.79 -
YUV 158.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 212 148 71 0 0.30 0.67 0.17 32.77 0.62 0.55
Hex D4 94 47 0 1E 43 11 21 3E 37
Octal 324 224 107 0 36 103 21 41 76 67
Binary 11010100 10010100 1000111 0 11110 1000011 10001 100001 111110 110111

Color Harmonies of #D49447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49447

Black with #D49447

Text Example


Text Example

White with #D49447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49447; }

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

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

background-color css

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

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

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

border-color css

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

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

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