Html Css Color HEX #D6954A Fire Bush

📋 copy color: '#D6954A'

red 214 ◦ green 149 ◦ blue 74

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

Shades of Fire Bush #D6954A

Tints of Fire Bush #D6954A

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

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

R = 48.97%
G = 34.1%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6954A (or 0xD6954A) is known color: Fire Bush. HEX triplet: D6, 95 and 4A. RGB value is (214,149,74). Sum of RGB (Red+Green+Blue) = 214+149+74=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6954A is #296AB5. Grayscale: #A0A0A0. Windows color (decimal): -2714294 or 4888022. OLE color: 4888022.

HSL color Cylindrical-coordinate representation of color #D6954A: hue angle of 32.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6954A is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 74 -
CMYK 0 0.30 0.65 0.16
HSL 32.14º 0.63% 0.56% -
HSV(B) 32.14º 0.65% 0.84% -
XYZ 39.72 36.29 11.39 -
YUV 159.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 214 149 74 0 0.30 0.65 0.16 32.14 0.63 0.56
Hex D6 95 4A 0 1E 41 10 20 3F 38
Octal 326 225 112 0 36 101 20 40 77 70
Binary 11010110 10010101 1001010 0 11110 1000001 10000 100000 111111 111000

Color Harmonies of #D6954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6954A

Black with #D6954A

Text Example


Text Example

White with #D6954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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