#d8994c

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

Shades of Fire Bush #D8994C

Tints of Fire Bush #D8994C

Color information

#D8994C (or 0xD8994C) is unknown color: approx Fire Bush. HEX triplet: D8, 99 and 4C. RGB value is (216,153,76). Sum of RGB (Red+Green+Blue) = 216+153+76=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8994C is #2766B3. Grayscale: #A3A3A3. Windows color (decimal): -2582196 or 5020120. OLE color: 5020120.

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

Color convert

RGB21615376-
CMYK00.290.650.15
HSL33º64.22%57.25%-
HSV(B)33º64.81%84.71%-
XYZ41.0137.911.99-
YUV163.0678.87165.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.54%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 76 (30.08% from 255) = 17.08%
R=48.54%
G=34.38%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161537600.290.650.153364.2257.25
HexD8994C01D41F214039
Octal330231114035101174110071
Binary11011000100110011001100011101100000111111000011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8994c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8994c; }

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

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

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

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

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

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

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

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