Html Css Color HEX #D49A40 Fire Bush

📋 copy color: '#D49A40'

red 212 ◦ green 154 ◦ blue 64

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

Shades of Fire Bush #D49A40

Tints of Fire Bush #D49A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

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

R = 49.3%
G = 35.81%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D49A40 (or 0xD49A40) is known color: Fire Bush. HEX triplet: D4, 9A and 40. RGB value is (212,154,64). Sum of RGB (Red+Green+Blue) = 212+154+64=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A40 is #2B65BF. Grayscale: #A1A1A1. Windows color (decimal): -2844096 or 4233940. OLE color: 4233940.

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

Color convert

RGB 212 154 64 -
CMYK 0 0.27 0.70 0.17
HSL 36.49º 0.63% 0.54% -
HSV(B) 36.49º 0.7% 0.83% -
XYZ 39.63 37.48 10 -
YUV 161.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 212 154 64 0 0.27 0.70 0.17 36.49 0.63 0.54
Hex D4 9A 40 0 1B 46 11 24 3F 36
Octal 324 232 100 0 33 106 21 44 77 66
Binary 11010100 10011010 1000000 0 11011 1000110 10001 100100 111111 110110

Color Harmonies of #D49A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A40

Black with #D49A40

Text Example


Text Example

White with #D49A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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