#D89D4D

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

Shades of Fire Bush #D89D4D

Tints of Fire Bush #D89D4D

Color information

#D89D4D (or 0xD89D4D) is unknown color: approx Fire Bush. HEX triplet: D8, 9D and 4D. RGB value is (216,157,77). Sum of RGB (Red+Green+Blue) = 216+157+77=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D4D is #2762B2. Grayscale: #A5A5A5. Windows color (decimal): -2581171 or 5086680. OLE color: 5086680.

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

Color convert

RGB21615777-
CMYK00.270.640.15
HSL34.53º64.06%57.45%-
HSV(B)34.53º64.35%84.71%-
XYZ41.7239.2512.4-
YUV165.5278.05164-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=48%
G=34.89%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161577700.270.640.1534.5364.0657.45
HexD89D4D01B40F234039
Octal330235115033100174310071
Binary11011000100111011001101011011100000011111000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D4D; }

 p { color: rgb(216,157,77); }

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

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

 a { background-color: rgb(216,157,77); }

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

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

 span { border-color: rgb(216,157,77); }

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