Html Css Color HEX #DA5521 Chilean Fire

📋 copy color: '#DA5521'

red 218 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #DA5521

Tints of Chilean Fire #DA5521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 64.88%
G = 25.3%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5521 (or 0xDA5521) is known color: Chilean Fire. HEX triplet: DA, 55 and 21. RGB value is (218,85,33). Sum of RGB (Red+Green+Blue) = 218+85+33=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5521 is #25AADE. Grayscale: #777777. Windows color (decimal): -2468575 or 2184666. OLE color: 2184666.

HSL color Cylindrical-coordinate representation of color #DA5521: hue angle of 16.86º 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 #DA5521 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 85 33 -
CMYK 0 0.61 0.85 0.15
HSL 16.86º 0.74% 0.49% -
HSV(B) 16.86º 0.85% 0.85% -
XYZ 32.44 21.51 3.88 -
YUV 118.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 218 85 33 0 0.61 0.85 0.15 16.86 0.74 0.49
Hex DA 55 21 0 3D 55 F 11 4A 31
Octal 332 125 41 0 75 125 17 21 112 61
Binary 11011010 1010101 100001 0 111101 1010101 1111 10001 1001010 110001

Color Harmonies of #DA5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5521

Black with #DA5521

Text Example


Text Example

White with #DA5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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