#D99E41

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

Shades of Fire Bush #D99E41

Tints of Fire Bush #D99E41

Color information

#D99E41 (or 0xD99E41) is unknown color: approx Fire Bush. HEX triplet: D9, 9E and 41. RGB value is (217,158,65). Sum of RGB (Red+Green+Blue) = 217+158+65=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E41 is #2661BE. Grayscale: #A5A5A5. Windows color (decimal): -2515391 or 4300505. OLE color: 4300505.

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

Color convert

RGB21715865-
CMYK00.270.700.15
HSL36.71º66.67%55.29%-
HSV(B)36.71º70.05%85.1%-
XYZ41.839.5910.44-
YUV165.0471.55165.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=49.32%
G=35.91%
B=14.77%

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
Decimal2171586500.270.700.1536.7166.6755.29
HexD99E4101B46F254337
Octal331236101033106174510367
Binary11011001100111101000001011011100011011111001011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E41; }

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

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

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

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

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

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

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

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