#DC964F

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

Shades of Fire Bush #DC964F

Tints of Fire Bush #DC964F

Color information

#DC964F (or 0xDC964F) is unknown color: approx Fire Bush. HEX triplet: DC, 96 and 4F. RGB value is (220,150,79). Sum of RGB (Red+Green+Blue) = 220+150+79=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC964F is #2369B0. Grayscale: #A3A3A3. Windows color (decimal): -2320817 or 5215964. OLE color: 5215964.

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

Color convert

RGB22015079-
CMYK00.320.640.14
HSL30.21º66.82%58.63%-
HSV(B)30.21º64.09%86.27%-
XYZ41.8337.5912.45-
YUV162.8480.69168.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=49.00%
G=33.41%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201507900.320.640.1430.2166.8258.63
HexDC964F02040E1e433b
Octal334226117040100163610373
Binary11011100100101101001111010000010000001110111101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC964F; }

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

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

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

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

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

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

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

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