Html Css Color HEX #D49540 Fire Bush

📋 copy color: '#D49540'

red 212 ◦ green 149 ◦ blue 64

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

Shades of Fire Bush #D49540

Tints of Fire Bush #D49540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 49.88%
G = 35.06%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D49540 (or 0xD49540) is known color: Fire Bush. HEX triplet: D4, 95 and 40. RGB value is (212,149,64). Sum of RGB (Red+Green+Blue) = 212+149+64=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D49540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49540 is #2B6ABF. Grayscale: #9E9E9E. Windows color (decimal): -2845376 or 4232660. OLE color: 4232660.

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

Color convert

RGB 212 149 64 -
CMYK 0 0.30 0.70 0.17
HSL 34.46º 0.63% 0.54% -
HSV(B) 34.46º 0.7% 0.83% -
XYZ 38.82 35.86 9.73 -
YUV 158.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 212 149 64 0 0.30 0.70 0.17 34.46 0.63 0.54
Hex D4 95 40 0 1E 46 11 22 3F 36
Octal 324 225 100 0 36 106 21 42 77 66
Binary 11010100 10010101 1000000 0 11110 1000110 10001 100010 111111 110110

Color Harmonies of #D49540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49540

Black with #D49540

Text Example


Text Example

White with #D49540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49540; }

 p { color: rgb(212,149,64); }

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

background-color css

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

 a { background-color: rgb(212,149,64); }

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

border-color css

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

 span { border-color: rgb(212,149,64); }

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