#D98F42

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

Shades of Fire Bush #D98F42

Tints of Fire Bush #D98F42

Color information

#D98F42 (or 0xD98F42) is unknown color: approx Fire Bush. HEX triplet: D9, 8F and 42. RGB value is (217,143,66). Sum of RGB (Red+Green+Blue) = 217+143+66=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98F42 is #2670BD. Grayscale: #9C9C9C. Windows color (decimal): -2519230 or 4362201. OLE color: 4362201.

HSL color Cylindrical-coordinate representation of color #D98F42: hue angle of 30.6º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D98F42 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21714366-
CMYK00.340.700.15
HSL30.6º66.52%55.49%-
HSV(B)30.6º69.59%85.1%-
XYZ39.4234.799.79-
YUV156.3577.02171.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 66 (26.17% from 255) = 15.49%
R=50.94%
G=33.57%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171436600.340.700.1530.666.5255.49
HexD98F4202246F1f4337
Octal331217102042106173710367
Binary11011001100011111000010010001010001101111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F42; }

 p { color: rgb(217,143,66); }

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

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

 a { background-color: rgb(217,143,66); }

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

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

 span { border-color: rgb(217,143,66); }

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