#DC9D3D

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

Shades of Fire Bush #DC9D3D

Tints of Fire Bush #DC9D3D

Color information

#DC9D3D (or 0xDC9D3D) is unknown color: approx Fire Bush. HEX triplet: DC, 9D and 3D. RGB value is (220,157,61). Sum of RGB (Red+Green+Blue) = 220+157+61=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D3D is #2362C2. Grayscale: #A5A5A5. Windows color (decimal): -2319043 or 4038108. OLE color: 4038108.

HSL color Cylindrical-coordinate representation of color #DC9D3D: hue angle of 36.23º 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 #DC9D3D is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB22015761-
CMYK00.290.720.14
HSL36.23º69.43%55.1%-
HSV(B)36.23º72.27%86.27%-
XYZ42.4139.679.84-
YUV164.8969.37167.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 61 (24.22% from 255) = 13.93%
R=50.23%
G=35.84%
B=13.93%

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
Decimal2201576100.290.720.1436.2369.4355.1
HexDC9D3D01D48E244537
Octal33423575035110164410567
Binary1101110010011101111101011101100100011101001001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D3D; }

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

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

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

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

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

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

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

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