Html Css Color HEX #D49D4A Fire Bush

📋 copy color: '#D49D4A'

red 212 ◦ green 157 ◦ blue 74

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

Shades of Fire Bush #D49D4A

Tints of Fire Bush #D49D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.44%

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 47.86%
G = 35.44%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D49D4A (or 0xD49D4A) is known color: Fire Bush. HEX triplet: D4, 9D and 4A. RGB value is (212,157,74). Sum of RGB (Red+Green+Blue) = 212+157+74=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D4A is #2B62B5. Grayscale: #A4A4A4. Windows color (decimal): -2843318 or 4890068. OLE color: 4890068.

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

Color convert

RGB 212 157 74 -
CMYK 0 0.26 0.65 0.17
HSL 36.09º 0.62% 0.56% -
HSV(B) 36.09º 0.65% 0.83% -
XYZ 40.44 38.61 11.8 -
YUV 163.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 212 157 74 0 0.26 0.65 0.17 36.09 0.62 0.56
Hex D4 9D 4A 0 1A 41 11 24 3E 38
Octal 324 235 112 0 32 101 21 44 76 70
Binary 11010100 10011101 1001010 0 11010 1000001 10001 100100 111110 111000

Color Harmonies of #D49D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D4A

Black with #D49D4A

Text Example


Text Example

White with #D49D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D4A; }

 p { color: rgb(212,157,74); }

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

background-color css

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

 a { background-color: rgb(212,157,74); }

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

border-color css

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

 span { border-color: rgb(212,157,74); }

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