#D9914D

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

Shades of Fire Bush #D9914D

Tints of Fire Bush #D9914D

Color information

#D9914D (or 0xD9914D) is unknown color: approx Fire Bush. HEX triplet: D9, 91 and 4D. RGB value is (217,145,77). Sum of RGB (Red+Green+Blue) = 217+145+77=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9914D is #266EB2. Grayscale: #9F9F9F. Windows color (decimal): -2518707 or 5083609. OLE color: 5083609.

HSL color Cylindrical-coordinate representation of color #D9914D: hue angle of 29.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9914D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21714577-
CMYK00.330.650.15
HSL29.14º64.81%57.65%-
HSV(B)29.14º64.52%85.1%-
XYZ40.0835.5411.77-
YUV158.7881.85169.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=49.43%
G=33.03%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171457700.330.650.1529.1464.8157.65
HexD9914D02141F1d413a
Octal331221115041101173510172
Binary11011001100100011001101010000110000011111111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9914D; }

 p { color: rgb(217,145,77); }

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

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

 a { background-color: rgb(217,145,77); }

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

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

 span { border-color: rgb(217,145,77); }

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