#DA5520

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

Shades of Chilean Fire #DA5520

Tints of Chilean Fire #DA5520

Color information

#DA5520 (or 0xDA5520) is unknown color: approx Chilean Fire. HEX triplet: DA, 55 and 20. RGB value is (218,85,32). Sum of RGB (Red+Green+Blue) = 218+85+32=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5520 is #25AADF. Grayscale: #777777. Windows color (decimal): -2468576 or 2119130. OLE color: 2119130.

HSL color Cylindrical-coordinate representation of color #DA5520: hue angle of 17.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA5520 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2188532-
CMYK00.610.850.15
HSL17.1º74.4%49.02%-
HSV(B)17.1º85.32%85.49%-
XYZ32.4221.513.81-
YUV118.7279.06198.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.07%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 32 (12.89% from 255) = 9.55%
R=65.07%
G=25.37%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218853200.610.850.1517.174.449.02
HexDA552003D55F114a31
Octal33212540075125172111261
Binary110110101010101100000011110110101011111100011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5520; }

 p { color: rgb(218,85,32); }

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

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

 a { background-color: rgb(218,85,32); }

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

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

 span { border-color: rgb(218,85,32); }

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