#D4964D

Color #D4964D Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #D4964D

Tints of Fire Bush #D4964D

Color information

#D4964D (or 0xD4964D) is unknown color: approx Fire Bush. HEX triplet: D4, 96 and 4D. RGB value is (212,150,77). Sum of RGB (Red+Green+Blue) = 212+150+77=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4964D is #2B69B2. Grayscale: #A0A0A0. Windows color (decimal): -2845107 or 5084884. OLE color: 5084884.

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

Color convert

RGB21215077-
CMYK00.290.640.17
HSL32.44º61.09%56.67%-
HSV(B)32.44º63.68%83.14%-
XYZ39.436.3511.96-
YUV160.2281.04164.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.29%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=48.29%
G=34.17%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121507700.290.640.1732.4461.0956.67
HexD4964D01D4011203d39
Octal32422611503510021407571
Binary11010100100101101001101011101100000010001100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4964D; }

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

 H1.HeaderClassName
 {
   color: #D4964D;
 }
 .AnyTagClassName
 {
   color: #D4964D;
 }
</style>
background-color css

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

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

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

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

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

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