#D8994E

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

Shades of Fire Bush #D8994E

Tints of Fire Bush #D8994E

Color information

#D8994E (or 0xD8994E) is unknown color: approx Fire Bush. HEX triplet: D8, 99 and 4E. RGB value is (216,153,78). Sum of RGB (Red+Green+Blue) = 216+153+78=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8994E is #2766B1. Grayscale: #A3A3A3. Windows color (decimal): -2582194 or 5151192. OLE color: 5151192.

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

Color convert

RGB21615378-
CMYK00.290.640.15
HSL32.61º63.89%57.65%-
HSV(B)32.61º63.89%84.71%-
XYZ41.0937.9312.36-
YUV163.2979.87165.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=48.32%
G=34.23%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161537800.290.640.1532.6163.8957.65
HexD8994E01D40F21403a
Octal330231116035100174110072
Binary11011000100110011001110011101100000011111000011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8994E; }

 p { color: rgb(216,153,78); }

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

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

 a { background-color: rgb(216,153,78); }

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

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

 span { border-color: rgb(216,153,78); }

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