Html Css Color HEX #D7954A Fire Bush

📋 copy color: '#D7954A'

red 215 ◦ green 149 ◦ blue 74

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

Shades of Fire Bush #D7954A

Tints of Fire Bush #D7954A

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 49.09%
G = 34.02%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7954A (or 0xD7954A) is known color: Fire Bush. HEX triplet: D7, 95 and 4A. RGB value is (215,149,74). Sum of RGB (Red+Green+Blue) = 215+149+74=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7954A is #286AB5. Grayscale: #A0A0A0. Windows color (decimal): -2648758 or 4888023. OLE color: 4888023.

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

Color convert

RGB 215 149 74 -
CMYK 0 0.31 0.66 0.16
HSL 31.91º 0.64% 0.57% -
HSV(B) 31.91º 0.66% 0.84% -
XYZ 40.01 36.44 11.4 -
YUV 160.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 215 149 74 0 0.31 0.66 0.16 31.91 0.64 0.57
Hex D7 95 4A 0 1F 42 10 20 40 39
Octal 327 225 112 0 37 102 20 40 100 71
Binary 11010111 10010101 1001010 0 11111 1000010 10000 100000 1000000 111001

Color Harmonies of #D7954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7954A

Black with #D7954A

Text Example


Text Example

White with #D7954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7954A; }

 p { color: rgb(215,149,74); }

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

background-color css

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

 a { background-color: rgb(215,149,74); }

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

border-color css

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

 span { border-color: rgb(215,149,74); }

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