#DC963F

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

Shades of Fire Bush #DC963F

Tints of Fire Bush #DC963F

Color information

#DC963F (or 0xDC963F) is unknown color: approx Fire Bush. HEX triplet: DC, 96 and 3F. RGB value is (220,150,63). Sum of RGB (Red+Green+Blue) = 220+150+63=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC963F is #2369C0. Grayscale: #A1A1A1. Windows color (decimal): -2320833 or 4167388. OLE color: 4167388.

HSL color Cylindrical-coordinate representation of color #DC963F: hue angle of 33.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC963F is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB22015063-
CMYK00.320.710.14
HSL33.25º69.16%55.49%-
HSV(B)33.25º71.36%86.27%-
XYZ41.3237.399.74-
YUV161.0172.69170.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 63 (25% from 255) = 14.55%
R=50.81%
G=34.64%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201506300.320.710.1433.2569.1655.49
HexDC963F02047E214537
Octal33422677040107164110567
Binary11011100100101101111110100000100011111101000011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC963F; }

 p { color: rgb(220,150,63); }

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

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

 a { background-color: rgb(220,150,63); }

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

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

 span { border-color: rgb(220,150,63); }

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