Html Css Color HEX #D8954D Fire Bush

📋 copy color: '#D8954D'

red 216 ◦ green 149 ◦ blue 77

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

Shades of Fire Bush #D8954D

Tints of Fire Bush #D8954D

RGB

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

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

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

R = 48.87%
G = 33.71%
B = 17.42%

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

#D8954D (or 0xD8954D) is known color: Fire Bush. HEX triplet: D8, 95 and 4D. RGB value is (216,149,77). Sum of RGB (Red+Green+Blue) = 216+149+77=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8954D is #276AB2. Grayscale: #A1A1A1. Windows color (decimal): -2583219 or 5084632. OLE color: 5084632.

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

Color convert

RGB 216 149 77 -
CMYK 0 0.31 0.64 0.15
HSL 31.08º 0.64% 0.57% -
HSV(B) 31.08º 0.64% 0.85% -
XYZ 40.41 36.63 11.96 -
YUV 160.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 216 149 77 0 0.31 0.64 0.15 31.08 0.64 0.57
Hex D8 95 4D 0 1F 40 F 1F 40 39
Octal 330 225 115 0 37 100 17 37 100 71
Binary 11011000 10010101 1001101 0 11111 1000000 1111 11111 1000000 111001

Color Harmonies of #D8954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8954D

Black with #D8954D

Text Example


Text Example

White with #D8954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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