#d89f42

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

Shades of Fire Bush #D89F42

Tints of Fire Bush #D89F42

Color information

#D89F42 (or 0xD89F42) is unknown color: approx Fire Bush. HEX triplet: D8, 9F and 42. RGB value is (216,159,66). Sum of RGB (Red+Green+Blue) = 216+159+66=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F42 is #2760BD. Grayscale: #A5A5A5. Windows color (decimal): -2580670 or 4366296. OLE color: 4366296.

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

Color convert

RGB21615966-
CMYK00.260.690.15
HSL37.2º65.79%55.29%-
HSV(B)37.2º69.44%84.71%-
XYZ41.739.7910.64-
YUV165.4471.88164.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=48.98%
G=36.05%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161596600.260.690.1537.265.7955.29
HexD89F4201A45F254237
Octal330237102032105174510267
Binary11011000100111111000010011010100010111111001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89f42; }

 p { color: rgb(216,159,66); }

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

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

 a { background-color: rgb(216,159,66); }

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

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

 span { border-color: rgb(216,159,66); }

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