Html Css Color HEX #D49E3D Fire Bush

📋 copy color: '#D49E3D'

red 212 ◦ green 158 ◦ blue 61

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

Shades of Fire Bush #D49E3D

Tints of Fire Bush #D49E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 49.19%
G = 36.66%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D49E3D (or 0xD49E3D) is known color: Fire Bush. HEX triplet: D4, 9E and 3D. RGB value is (212,158,61). Sum of RGB (Red+Green+Blue) = 212+158+61=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E3D is #2B61C2. Grayscale: #A3A3A3. Windows color (decimal): -2843075 or 4038356. OLE color: 4038356.

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

Color convert

RGB 212 158 61 -
CMYK 0 0.25 0.71 0.17
HSL 38.54º 0.64% 0.54% -
HSV(B) 38.54º 0.71% 0.83% -
XYZ 40.22 38.79 9.78 -
YUV 163.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 212 158 61 0 0.25 0.71 0.17 38.54 0.64 0.54
Hex D4 9E 3D 0 19 47 11 27 40 36
Octal 324 236 75 0 31 107 21 47 100 66
Binary 11010100 10011110 111101 0 11001 1000111 10001 100111 1000000 110110

Color Harmonies of #D49E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E3D

Black with #D49E3D

Text Example


Text Example

White with #D49E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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