#DC9D3E

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

Shades of Fire Bush #DC9D3E

Tints of Fire Bush #DC9D3E

Color information

#DC9D3E (or 0xDC9D3E) is unknown color: approx Fire Bush. HEX triplet: DC, 9D and 3E. RGB value is (220,157,62). Sum of RGB (Red+Green+Blue) = 220+157+62=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D3E is #2362C1. Grayscale: #A5A5A5. Windows color (decimal): -2319042 or 4103644. OLE color: 4103644.

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

Color convert

RGB22015762-
CMYK00.290.720.14
HSL36.08º69.3%55.29%-
HSV(B)36.08º71.82%86.27%-
XYZ42.4439.689.98-
YUV165.0169.87167.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=50.11%
G=35.76%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201576200.290.720.1436.0869.355.29
HexDC9D3E01D48E244537
Octal33423576035110164410567
Binary1101110010011101111110011101100100011101001001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D3E; }

 p { color: rgb(220,157,62); }

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

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

 a { background-color: rgb(220,157,62); }

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

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

 span { border-color: rgb(220,157,62); }

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