#D6963D

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

Shades of Fire Bush #D6963D

Tints of Fire Bush #D6963D

Color information

#D6963D (or 0xD6963D) is unknown color: approx Fire Bush. HEX triplet: D6, 96 and 3D. RGB value is (214,150,61). Sum of RGB (Red+Green+Blue) = 214+150+61=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6963D is #2969C2. Grayscale: #9F9F9F. Windows color (decimal): -2714051 or 4036310. OLE color: 4036310.

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

Color convert

RGB21415061-
CMYK00.300.710.16
HSL34.9º65.11%53.92%-
HSV(B)34.9º71.5%83.92%-
XYZ39.4836.459.37-
YUV158.9972.7167.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=50.35%
G=35.29%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141506100.300.710.1634.965.1153.92
HexD6963D01E4710234136
Octal32622675036107204310166
Binary11010110100101101111010111101000111100001000111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6963D; }

 p { color: rgb(214,150,61); }

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

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

 a { background-color: rgb(214,150,61); }

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

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

 span { border-color: rgb(214,150,61); }

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