#D8993F

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

Shades of Fire Bush #D8993F

Tints of Fire Bush #D8993F

Color information

#D8993F (or 0xD8993F) is unknown color: approx Fire Bush. HEX triplet: D8, 99 and 3F. RGB value is (216,153,63). Sum of RGB (Red+Green+Blue) = 216+153+63=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8993F is #2766C0. Grayscale: #A2A2A2. Windows color (decimal): -2582209 or 4168152. OLE color: 4168152.

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

Color convert

RGB21615363-
CMYK00.290.710.15
HSL35.29º66.23%54.71%-
HSV(B)35.29º70.83%84.71%-
XYZ40.6137.749.85-
YUV161.5872.37166.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 63 (25% from 255) = 14.58%
R=50%
G=35.42%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161536300.290.710.1535.2966.2354.71
HexD8993F01D47F234237
Octal33023177035107174310267
Binary1101100010011001111111011101100011111111000111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8993F; }

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

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

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

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

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

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

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

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