#D98E43

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

Shades of Fire Bush #D98E43

Tints of Fire Bush #D98E43

Color information

#D98E43 (or 0xD98E43) is unknown color: approx Fire Bush. HEX triplet: D9, 8E and 43. RGB value is (217,142,67). Sum of RGB (Red+Green+Blue) = 217+142+67=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E43 is #2671BC. Grayscale: #9C9C9C. Windows color (decimal): -2519485 or 4427481. OLE color: 4427481.

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

Color convert

RGB21714267-
CMYK00.350.690.15
HSL30º66.37%55.69%-
HSV(B)30º69.12%85.1%-
XYZ39.334.59.9-
YUV155.8877.85171.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 15.73%
R=50.94%
G=33.33%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171426700.350.690.153066.3755.69
HexD98E4302345F1e4238
Octal331216103043105173610270
Binary11011001100011101000011010001110001011111111101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E43; }

 p { color: rgb(217,142,67); }

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

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

 a { background-color: rgb(217,142,67); }

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

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

 span { border-color: rgb(217,142,67); }

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