#DC993B

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

Shades of Fire Bush #DC993B

Tints of Fire Bush #DC993B

Color information

#DC993B (or 0xDC993B) is unknown color: approx Fire Bush. HEX triplet: DC, 99 and 3B. RGB value is (220,153,59). Sum of RGB (Red+Green+Blue) = 220+153+59=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC993B is #2366C4. Grayscale: #A2A2A2. Windows color (decimal): -2320069 or 3906012. OLE color: 3906012.

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

Color convert

RGB22015359-
CMYK00.300.730.14
HSL35.03º69.7%54.71%-
HSV(B)35.03º73.18%86.27%-
XYZ41.738.319.34-
YUV162.3269.7169.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=50.93%
G=35.42%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201535900.300.730.1435.0369.754.71
HexDC993B01E49E234637
Octal33423173036111164310667
Binary1101110010011001111011011110100100111101000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC993B; }

 p { color: rgb(220,153,59); }

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

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

 a { background-color: rgb(220,153,59); }

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

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

 span { border-color: rgb(220,153,59); }

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