Html Css Color HEX #D49E48 Fire Bush

📋 copy color: '#D49E48'

red 212 ◦ green 158 ◦ blue 72

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

Shades of Fire Bush #D49E48

Tints of Fire Bush #D49E48

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.75%

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 47.96%
G = 35.75%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D49E48 (or 0xD49E48) is known color: Fire Bush. HEX triplet: D4, 9E and 48. RGB value is (212,158,72). Sum of RGB (Red+Green+Blue) = 212+158+72=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E48 is #2B61B7. Grayscale: #A4A4A4. Windows color (decimal): -2843064 or 4759252. OLE color: 4759252.

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

Color convert

RGB 212 158 72 -
CMYK 0 0.25 0.66 0.17
HSL 36.86º 0.62% 0.56% -
HSV(B) 36.86º 0.66% 0.83% -
XYZ 40.55 38.92 11.51 -
YUV 164.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 212 158 72 0 0.25 0.66 0.17 36.86 0.62 0.56
Hex D4 9E 48 0 19 42 11 25 3E 38
Octal 324 236 110 0 31 102 21 45 76 70
Binary 11010100 10011110 1001000 0 11001 1000010 10001 100101 111110 111000

Color Harmonies of #D49E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E48

Black with #D49E48

Text Example


Text Example

White with #D49E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E48; }

 p { color: rgb(212,158,72); }

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

background-color css

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

 a { background-color: rgb(212,158,72); }

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

border-color css

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

 span { border-color: rgb(212,158,72); }

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