#D99F41

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

Shades of Fire Bush #D99F41

Tints of Fire Bush #D99F41

Color information

#D99F41 (or 0xD99F41) is unknown color: approx Fire Bush. HEX triplet: D9, 9F and 41. RGB value is (217,159,65). Sum of RGB (Red+Green+Blue) = 217+159+65=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F41 is #2660BE. Grayscale: #A6A6A6. Windows color (decimal): -2515135 or 4300761. OLE color: 4300761.

HSL color Cylindrical-coordinate representation of color #D99F41: hue angle of 37.11º 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 #D99F41 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21715965-
CMYK00.270.700.15
HSL37.11º66.67%55.29%-
HSV(B)37.11º70.05%85.1%-
XYZ41.9739.9310.5-
YUV165.6371.22164.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=49.21%
G=36.05%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171596500.270.700.1537.1166.6755.29
HexD99F4101B46F254337
Octal331237101033106174510367
Binary11011001100111111000001011011100011011111001011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F41; }

 p { color: rgb(217,159,65); }

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

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

 a { background-color: rgb(217,159,65); }

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

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

 span { border-color: rgb(217,159,65); }

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