#D98D4C

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

Shades of Fire Bush #D98D4C

Tints of Fire Bush #D98D4C

Color information

#D98D4C (or 0xD98D4C) is unknown color: approx Fire Bush. HEX triplet: D9, 8D and 4C. RGB value is (217,141,76). Sum of RGB (Red+Green+Blue) = 217+141+76=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D4C is #2672B3. Grayscale: #9C9C9C. Windows color (decimal): -2519732 or 5017049. OLE color: 5017049.

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

Color convert

RGB21714176-
CMYK00.350.650.15
HSL27.66º64.98%57.45%-
HSV(B)27.66º64.98%85.1%-
XYZ39.4434.3211.38-
YUV156.3182.68171.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=50%
G=32.49%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171417600.350.650.1527.6664.9857.45
HexD98D4C02341F1c4139
Octal331215114043101173410171
Binary11011001100011011001100010001110000011111111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D4C; }

 p { color: rgb(217,141,76); }

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

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

 a { background-color: rgb(217,141,76); }

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

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

 span { border-color: rgb(217,141,76); }

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