#D4973F

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

Shades of Fire Bush #D4973F

Tints of Fire Bush #D4973F

Color information

#D4973F (or 0xD4973F) is unknown color: approx Fire Bush. HEX triplet: D4, 97 and 3F. RGB value is (212,151,63). Sum of RGB (Red+Green+Blue) = 212+151+63=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4973F is #2B68C0. Grayscale: #9F9F9F. Windows color (decimal): -2844865 or 4167636. OLE color: 4167636.

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

Color convert

RGB21215163-
CMYK00.290.700.17
HSL35.44º63.4%53.92%-
HSV(B)35.44º70.28%83.14%-
XYZ39.1236.499.68-
YUV159.2173.71165.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.77%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 63 (25% from 255) = 14.79%
R=49.77%
G=35.45%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121516300.290.700.1735.4463.453.92
HexD4973F01D4611233f36
Octal3242277703510621437766
Binary1101010010010111111111011101100011010001100011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4973F; }

 p { color: rgb(212,151,63); }

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

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

 a { background-color: rgb(212,151,63); }

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

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

 span { border-color: rgb(212,151,63); }

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