Html Css Color HEX #DA5528 Chilean Fire

📋 copy color: '#DA5528'

red 218 ◦ green 85 ◦ blue 40

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

Shades of Chilean Fire #DA5528

Tints of Chilean Fire #DA5528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 63.56%
G = 24.78%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA5528 (or 0xDA5528) is known color: Chilean Fire. HEX triplet: DA, 55 and 28. RGB value is (218,85,40). Sum of RGB (Red+Green+Blue) = 218+85+40=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5528 is #25AAD7. Grayscale: #777777. Windows color (decimal): -2468568 or 2643418. OLE color: 2643418.

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

Color convert

RGB 218 85 40 -
CMYK 0 0.61 0.82 0.15
HSL 15.17º 0.71% 0.51% -
HSV(B) 15.17º 0.82% 0.85% -
XYZ 32.54 21.56 4.45 -
YUV 119.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 218 85 40 0 0.61 0.82 0.15 15.17 0.71 0.51
Hex DA 55 28 0 3D 52 F F 47 33
Octal 332 125 50 0 75 122 17 17 107 63
Binary 11011010 1010101 101000 0 111101 1010010 1111 1111 1000111 110011

Color Harmonies of #DA5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5528

Black with #DA5528

Text Example


Text Example

White with #DA5528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5528; }

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

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

background-color css

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

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

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

border-color css

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

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

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