#DA5623

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

Shades of Chilean Fire #DA5623

Tints of Chilean Fire #DA5623

Color information

#DA5623 (or 0xDA5623) is unknown color: approx Chilean Fire. HEX triplet: DA, 56 and 23. RGB value is (218,86,35). Sum of RGB (Red+Green+Blue) = 218+86+35=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5623 is #25A9DC. Grayscale: #777777. Windows color (decimal): -2468317 or 2315994. OLE color: 2315994.

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

Color convert

RGB2188635-
CMYK00.610.840.15
HSL16.72º72.33%49.61%-
HSV(B)16.72º83.94%85.49%-
XYZ32.5421.684.06-
YUV119.6580.23198.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.31%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=64.31%
G=25.37%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218863500.610.840.1516.7272.3349.61
HexDA562303D54F114832
Octal33212643075124172111062
Binary110110101010110100011011110110101001111100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5623; }

 p { color: rgb(218,86,35); }

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

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

 a { background-color: rgb(218,86,35); }

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

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

 span { border-color: rgb(218,86,35); }

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