Html Css Color HEX #D9954F Fire Bush

📋 copy color: '#D9954F'

red 217 ◦ green 149 ◦ blue 79

#D9954F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #D9954F

Tints of Fire Bush #D9954F

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 value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9954F (or 0xD9954F) is known color: 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

RGB 217 149 79 -
CMYK 0 0.31 0.64 0.15
HSL 30.43º 0.64% 0.58% -
HSV(B) 30.43º 0.64% 0.85% -
XYZ 40.77 36.81 12.35 -
YUV 161.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 217 149 79 0 0.31 0.64 0.15 30.43 0.64 0.58
Hex D9 95 4F 0 1F 40 F 1E 40 3A
Octal 331 225 117 0 37 100 17 36 100 72
Binary 11011001 10010101 1001111 0 11111 1000000 1111 11110 1000000 111010

Color Harmonies of #D9954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9954F

Black with #D9954F

Text Example


Text Example

White with #D9954F

Text Example


Text Example

HTML Codes & Css Web 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>