Html Css Color HEX #DA5322 Chilean Fire

📋 copy color: '#DA5322'

red 218 ◦ green 83 ◦ blue 34

#DA5322
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #DA5322

Tints of Chilean Fire #DA5322

RGB

 RED value IS 218 (85.55% from 255) = 65.07%

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 65.07%
G = 24.78%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA5322 (or 0xDA5322) is known color: Chilean Fire. HEX triplet: DA, 53 and 22. RGB value is (218,83,34). Sum of RGB (Red+Green+Blue) = 218+83+34=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5322 is #25ACDD. Grayscale: #767676. Windows color (decimal): -2469086 or 2249690. OLE color: 2249690.

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

Color convert

RGB 218 83 34 -
CMYK 0 0.62 0.84 0.15
HSL 15.98º 0.73% 0.49% -
HSV(B) 15.98º 0.84% 0.85% -
XYZ 32.3 21.21 3.9 -
YUV 117.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 218 83 34 0 0.62 0.84 0.15 15.98 0.73 0.49
Hex DA 53 22 0 3E 54 F 10 49 31
Octal 332 123 42 0 76 124 17 20 111 61
Binary 11011010 1010011 100010 0 111110 1010100 1111 10000 1001001 110001

Color Harmonies of #DA5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5322

Black with #DA5322

Text Example


Text Example

White with #DA5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5322; }

 p { color: rgb(218,83,34); }

 H1.HeaderClassName
 {
   color: #DA5322;
 }
 .AnyTagClassName
 {
   color: #DA5322;
 }
</style>

background-color css

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

 a { background-color: rgb(218,83,34); }

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

border-color css

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

 span { border-color: rgb(218,83,34); }

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