Html Css Color HEX #D8954C Fire Bush

📋 copy color: '#D8954C'

red 216 ◦ green 149 ◦ blue 76

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

Shades of Fire Bush #D8954C

Tints of Fire Bush #D8954C

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

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

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 48.98%
G = 33.79%
B = 17.23%

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

#D8954C (or 0xD8954C) is known color: Fire Bush. HEX triplet: D8, 95 and 4C. RGB value is (216,149,76). Sum of RGB (Red+Green+Blue) = 216+149+76=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8954C is #276AB3. Grayscale: #A1A1A1. Windows color (decimal): -2583220 or 5019096. OLE color: 5019096.

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

Color convert

RGB 216 149 76 -
CMYK 0 0.31 0.65 0.15
HSL 31.29º 0.64% 0.57% -
HSV(B) 31.29º 0.65% 0.85% -
XYZ 40.37 36.62 11.78 -
YUV 160.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 216 149 76 0 0.31 0.65 0.15 31.29 0.64 0.57
Hex D8 95 4C 0 1F 41 F 1F 40 39
Octal 330 225 114 0 37 101 17 37 100 71
Binary 11011000 10010101 1001100 0 11111 1000001 1111 11111 1000000 111001

Color Harmonies of #D8954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8954C

Black with #D8954C

Text Example


Text Example

White with #D8954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8954C; }

 p { color: rgb(216,149,76); }

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

background-color css

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

 a { background-color: rgb(216,149,76); }

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

border-color css

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

 span { border-color: rgb(216,149,76); }

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