Html Css Color HEX #D49E4C Fire Bush

📋 copy color: '#D49E4C'

red 212 ◦ green 158 ◦ blue 76

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

Shades of Fire Bush #D49E4C

Tints of Fire Bush #D49E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 47.53%
G = 35.43%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D49E4C (or 0xD49E4C) is known color: Fire Bush. HEX triplet: D4, 9E and 4C. RGB value is (212,158,76). Sum of RGB (Red+Green+Blue) = 212+158+76=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E4C is #2B61B3. Grayscale: #A5A5A5. Windows color (decimal): -2843060 or 5021396. OLE color: 5021396.

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

Color convert

RGB 212 158 76 -
CMYK 0 0.25 0.64 0.17
HSL 36.18º 0.61% 0.56% -
HSV(B) 36.18º 0.64% 0.83% -
XYZ 40.68 38.97 12.22 -
YUV 164.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 212 158 76 0 0.25 0.64 0.17 36.18 0.61 0.56
Hex D4 9E 4C 0 19 40 11 24 3D 38
Octal 324 236 114 0 31 100 21 44 75 70
Binary 11010100 10011110 1001100 0 11001 1000000 10001 100100 111101 111000

Color Harmonies of #D49E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E4C

Black with #D49E4C

Text Example


Text Example

White with #D49E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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