#D4983F

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

Shades of Fire Bush #D4983F

Tints of Fire Bush #D4983F

Color information

#D4983F (or 0xD4983F) is unknown color: approx Fire Bush. HEX triplet: D4, 98 and 3F. RGB value is (212,152,63). Sum of RGB (Red+Green+Blue) = 212+152+63=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4983F is #2B67C0. Grayscale: #A0A0A0. Windows color (decimal): -2844609 or 4167892. OLE color: 4167892.

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

Color convert

RGB21215263-
CMYK00.280.700.17
HSL35.84º63.4%53.92%-
HSV(B)35.84º70.28%83.14%-
XYZ39.2836.819.74-
YUV159.7973.38165.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 63 (25% from 255) = 14.75%
R=49.65%
G=35.60%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121526300.280.700.1735.8463.453.92
HexD4983F01C4611243f36
Octal3242307703410621447766
Binary1101010010011000111111011100100011010001100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4983F; }

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

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

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

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

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

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

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

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