#D9954F

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

Shades of Fire Bush #D9954F

Tints of Fire Bush #D9954F

Color information

#D9954F (or 0xD9954F) is unknown color: approx Fire Bush. HEX triplet: D9, 95 and 4F. RGB value is (217,149,79). Sum of RGB (Red+Green+Blue) = 217+149+79=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9954F is #266AB0. Grayscale: #A1A1A1. Windows color (decimal): -2517681 or 5215705. OLE color: 5215705.

HSL color Cylindrical-coordinate representation of color #D9954F: hue angle of 30.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9954F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB21714979-
CMYK00.310.640.15
HSL30.43º64.49%58.04%-
HSV(B)30.43º63.59%85.1%-
XYZ40.7736.8112.35-
YUV161.3581.53167.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 79 (31.25% from 255) = 17.75%
R=48.76%
G=33.48%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171497900.310.640.1530.4364.4958.04
HexD9954F01F40F1e403a
Octal331225117037100173610072
Binary1101100110010101100111101111110000001111111101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9954F; }

 p { color: rgb(217,149,79); }

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

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

 a { background-color: rgb(217,149,79); }

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

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

 span { border-color: rgb(217,149,79); }

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