#D98D3D

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

Shades of Fire Bush #D98D3D

Tints of Fire Bush #D98D3D

Color information

#D98D3D (or 0xD98D3D) is unknown color: approx Fire Bush. HEX triplet: D9, 8D and 3D. RGB value is (217,141,61). Sum of RGB (Red+Green+Blue) = 217+141+61=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D3D is #2672C2. Grayscale: #9B9B9B. Windows color (decimal): -2519747 or 4034009. OLE color: 4034009.

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

Color convert

RGB21714161-
CMYK00.350.720.15
HSL30.77º67.24%54.51%-
HSV(B)30.77º71.89%85.1%-
XYZ38.9834.148.95-
YUV154.675.18172.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=51.79%
G=33.65%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171416100.350.720.1530.7767.2454.51
HexD98D3D02348F1f4337
Octal33121575043110173710367
Binary1101100110001101111101010001110010001111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D3D; }

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

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

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

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

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

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

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

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