#D9984E

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

Shades of Fire Bush #D9984E

Tints of Fire Bush #D9984E

Color information

#D9984E (or 0xD9984E) is unknown color: approx Fire Bush. HEX triplet: D9, 98 and 4E. RGB value is (217,152,78). Sum of RGB (Red+Green+Blue) = 217+152+78=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9984E is #2667B1. Grayscale: #A3A3A3. Windows color (decimal): -2516914 or 5150937. OLE color: 5150937.

HSL color Cylindrical-coordinate representation of color #D9984E: hue angle of 31.94º degrees, saturation: 0.65, 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 #D9984E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB21715278-
CMYK00.300.640.15
HSL31.94º64.65%57.84%-
HSV(B)31.94º64.06%85.1%-
XYZ41.2237.7612.32-
YUV16380.03166.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=48.55%
G=34.00%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171527800.300.640.1531.9464.6557.84
HexD9984E01E40F20413a
Octal331230116036100174010172
Binary11011001100110001001110011110100000011111000001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9984E; }

 p { color: rgb(217,152,78); }

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

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

 a { background-color: rgb(217,152,78); }

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

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

 span { border-color: rgb(217,152,78); }

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