#D6954C

Color #D6954C Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #D6954C

Tints of Fire Bush #D6954C

Color information

#D6954C (or 0xD6954C) is unknown color: approx Fire Bush. HEX triplet: D6, 95 and 4C. RGB value is (214,149,76). Sum of RGB (Red+Green+Blue) = 214+149+76=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6954C is #296AB3. Grayscale: #A0A0A0. Windows color (decimal): -2714292 or 5019094. OLE color: 5019094.

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

Color convert

RGB21414976-
CMYK00.300.640.16
HSL31.74º62.73%56.86%-
HSV(B)31.74º64.49%83.92%-
XYZ39.7836.3111.75-
YUV160.1180.53166.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=48.75%
G=33.94%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141497600.300.640.1631.7462.7356.86
HexD6954C01E4010203f39
Octal32622511403610020407771
Binary11010110100101011001100011110100000010000100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6954C; }

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

 H1.HeaderClassName
 {
   color: #D6954C;
 }
 .AnyTagClassName
 {
   color: #D6954C;
 }
</style>
background-color css

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

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

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

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

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

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