Html Css Color HEX #D4A049 Fire Bush

📋 copy color: '#D4A049'

red 212 ◦ green 160 ◦ blue 73

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

Shades of Fire Bush #D4A049

Tints of Fire Bush #D4A049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 73 (28.91% from 255) = 16.4%

R = 47.64%
G = 35.96%
B = 16.4%

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

#D4A049 (or 0xD4A049) is known color: Fire Bush. HEX triplet: D4, A0 and 49. RGB value is (212,160,73). Sum of RGB (Red+Green+Blue) = 212+160+73=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A049 is #2B5FB6. Grayscale: #A6A6A6. Windows color (decimal): -2842551 or 4825300. OLE color: 4825300.

HSL color Cylindrical-coordinate representation of color #D4A049: hue angle of 37.55º 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 #D4A049 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 73 -
CMYK 0 0.25 0.66 0.17
HSL 37.55º 0.62% 0.56% -
HSV(B) 37.55º 0.66% 0.83% -
XYZ 40.92 39.62 11.79 -
YUV 165.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 212 160 73 0 0.25 0.66 0.17 37.55 0.62 0.56
Hex D4 A0 49 0 19 42 11 26 3E 38
Octal 324 240 111 0 31 102 21 46 76 70
Binary 11010100 10100000 1001001 0 11001 1000010 10001 100110 111110 111000

Color Harmonies of #D4A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A049

Black with #D4A049

Text Example


Text Example

White with #D4A049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A049; }

 p { color: rgb(212,160,73); }

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

background-color css

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

 a { background-color: rgb(212,160,73); }

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

border-color css

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

 span { border-color: rgb(212,160,73); }

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