#D99348

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

Shades of Fire Bush #D99348

Tints of Fire Bush #D99348

Color information

#D99348 (or 0xD99348) is unknown color: approx Fire Bush. HEX triplet: D9, 93 and 48. RGB value is (217,147,72). Sum of RGB (Red+Green+Blue) = 217+147+72=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D99348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99348 is #266CB7. Grayscale: #9F9F9F. Windows color (decimal): -2518200 or 4756441. OLE color: 4756441.

HSL color Cylindrical-coordinate representation of color #D99348: hue angle of 31.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D99348 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21714772-
CMYK00.320.670.15
HSL31.03º65.61%56.67%-
HSV(B)31.03º66.82%85.1%-
XYZ40.2236.0910.98-
YUV159.3878.69169.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 72 (28.52% from 255) = 16.51%
R=49.77%
G=33.72%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171477200.320.670.1531.0365.6156.67
HexD9934802043F1f4239
Octal331223110040103173710271
Binary11011001100100111001000010000010000111111111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99348; }

 p { color: rgb(217,147,72); }

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

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

 a { background-color: rgb(217,147,72); }

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

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

 span { border-color: rgb(217,147,72); }

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