Html Css Color HEX #DA5D3C Chilean Fire

📋 copy color: '#DA5D3C'

red 218 ◦ green 93 ◦ blue 60

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

Shades of Chilean Fire #DA5D3C

Tints of Chilean Fire #DA5D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 58.76%
G = 25.07%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA5D3C (or 0xDA5D3C) is known color: Chilean Fire. HEX triplet: DA, 5D and 3C. RGB value is (218,93,60). Sum of RGB (Red+Green+Blue) = 218+93+60=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D3C is #25A2C3. Grayscale: #7E7E7E. Windows color (decimal): -2466500 or 3956186. OLE color: 3956186.

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

Color convert

RGB 218 93 60 -
CMYK 0 0.57 0.72 0.15
HSL 12.53º 0.68% 0.55% -
HSV(B) 12.53º 0.72% 0.85% -
XYZ 33.64 23.06 6.95 -
YUV 126.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 218 93 60 0 0.57 0.72 0.15 12.53 0.68 0.55
Hex DA 5D 3C 0 39 48 F D 44 37
Octal 332 135 74 0 71 110 17 15 104 67
Binary 11011010 1011101 111100 0 111001 1001000 1111 1101 1000100 110111

Color Harmonies of #DA5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D3C

Black with #DA5D3C

Text Example


Text Example

White with #DA5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D3C; }

 p { color: rgb(218,93,60); }

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

background-color css

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

 a { background-color: rgb(218,93,60); }

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

border-color css

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

 span { border-color: rgb(218,93,60); }

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