Html Css Color HEX #D9954D Fire Bush

📋 copy color: '#D9954D'

red 217 ◦ green 149 ◦ blue 77

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

Shades of Fire Bush #D9954D

Tints of Fire Bush #D9954D

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 48.98%
G = 33.63%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9954D (or 0xD9954D) is known color: Fire Bush. HEX triplet: D9, 95 and 4D. RGB value is (217,149,77). Sum of RGB (Red+Green+Blue) = 217+149+77=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9954D is #266AB2. Grayscale: #A1A1A1. Windows color (decimal): -2517683 or 5084633. OLE color: 5084633.

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

Color convert

RGB 217 149 77 -
CMYK 0 0.31 0.65 0.15
HSL 30.86º 0.65% 0.58% -
HSV(B) 30.86º 0.65% 0.85% -
XYZ 40.7 36.78 11.98 -
YUV 161.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 217 149 77 0 0.31 0.65 0.15 30.86 0.65 0.58
Hex D9 95 4D 0 1F 41 F 1F 41 3A
Octal 331 225 115 0 37 101 17 37 101 72
Binary 11011001 10010101 1001101 0 11111 1000001 1111 11111 1000001 111010

Color Harmonies of #D9954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9954D

Black with #D9954D

Text Example


Text Example

White with #D9954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9954D; }

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

 H1.HeaderClassName
 {
   color: #D9954D;
 }
 .AnyTagClassName
 {
   color: #D9954D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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