Html Css Color HEX #D49640 Fire Bush

📋 copy color: '#D49640'

red 212 ◦ green 150 ◦ blue 64

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

Shades of Fire Bush #D49640

Tints of Fire Bush #D49640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

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

R = 49.77%
G = 35.21%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D49640 (or 0xD49640) is known color: Fire Bush. HEX triplet: D4, 96 and 40. RGB value is (212,150,64). Sum of RGB (Red+Green+Blue) = 212+150+64=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D49640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49640 is #2B69BF. Grayscale: #9F9F9F. Windows color (decimal): -2845120 or 4232916. OLE color: 4232916.

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

Color convert

RGB 212 150 64 -
CMYK 0 0.29 0.70 0.17
HSL 34.86º 0.63% 0.54% -
HSV(B) 34.86º 0.7% 0.83% -
XYZ 38.98 36.18 9.78 -
YUV 158.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 212 150 64 0 0.29 0.70 0.17 34.86 0.63 0.54
Hex D4 96 40 0 1D 46 11 23 3F 36
Octal 324 226 100 0 35 106 21 43 77 66
Binary 11010100 10010110 1000000 0 11101 1000110 10001 100011 111111 110110

Color Harmonies of #D49640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49640

Black with #D49640

Text Example


Text Example

White with #D49640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49640; }

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

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

background-color css

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

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

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

border-color css

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

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

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