Html Css Color HEX #D8953E Fire Bush

📋 copy color: '#D8953E'

red 216 ◦ green 149 ◦ blue 62

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

Shades of Fire Bush #D8953E

Tints of Fire Bush #D8953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 50.59%
G = 34.89%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8953E (or 0xD8953E) is known color: Fire Bush. HEX triplet: D8, 95 and 3E. RGB value is (216,149,62). Sum of RGB (Red+Green+Blue) = 216+149+62=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8953E is #276AC1. Grayscale: #9F9F9F. Windows color (decimal): -2583234 or 4101592. OLE color: 4101592.

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

Color convert

RGB 216 149 62 -
CMYK 0 0.31 0.71 0.15
HSL 33.9º 0.66% 0.55% -
HSV(B) 33.9º 0.71% 0.85% -
XYZ 39.94 36.44 9.49 -
YUV 159.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 216 149 62 0 0.31 0.71 0.15 33.9 0.66 0.55
Hex D8 95 3E 0 1F 47 F 22 42 37
Octal 330 225 76 0 37 107 17 42 102 67
Binary 11011000 10010101 111110 0 11111 1000111 1111 100010 1000010 110111

Color Harmonies of #D8953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8953E

Black with #D8953E

Text Example


Text Example

White with #D8953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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