Html Css Color HEX #D49E40 Fire Bush

📋 copy color: '#D49E40'

red 212 ◦ green 158 ◦ blue 64

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

Shades of Fire Bush #D49E40

Tints of Fire Bush #D49E40

RGB

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

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

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

R = 48.85%
G = 36.41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D49E40 (or 0xD49E40) is known color: Fire Bush. HEX triplet: D4, 9E and 40. RGB value is (212,158,64). Sum of RGB (Red+Green+Blue) = 212+158+64=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E40 is #2B61BF. Grayscale: #A3A3A3. Windows color (decimal): -2843072 or 4234964. OLE color: 4234964.

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

Color convert

RGB 212 158 64 -
CMYK 0 0.25 0.70 0.17
HSL 38.11º 0.63% 0.54% -
HSV(B) 38.11º 0.7% 0.83% -
XYZ 40.3 38.82 10.22 -
YUV 163.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 212 158 64 0 0.25 0.70 0.17 38.11 0.63 0.54
Hex D4 9E 40 0 19 46 11 26 3F 36
Octal 324 236 100 0 31 106 21 46 77 66
Binary 11010100 10011110 1000000 0 11001 1000110 10001 100110 111111 110110

Color Harmonies of #D49E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E40

Black with #D49E40

Text Example


Text Example

White with #D49E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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