Html Css Color HEX #DA5F32 Chilean Fire

📋 copy color: '#DA5F32'

red 218 ◦ green 95 ◦ blue 50

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

Shades of Chilean Fire #DA5F32

Tints of Chilean Fire #DA5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 60.06%
G = 26.17%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA5F32 (or 0xDA5F32) is known color: Chilean Fire. HEX triplet: DA, 5F and 32. RGB value is (218,95,50). Sum of RGB (Red+Green+Blue) = 218+95+50=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F32 is #25A0CD. Grayscale: #7E7E7E. Windows color (decimal): -2465998 or 3301338. OLE color: 3301338.

HSL color Cylindrical-coordinate representation of color #DA5F32: hue angle of 16.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA5F32 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 95 50 -
CMYK 0 0.56 0.77 0.15
HSL 16.07º 0.69% 0.53% -
HSV(B) 16.07º 0.77% 0.85% -
XYZ 33.58 23.32 5.75 -
YUV 126.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 218 95 50 0 0.56 0.77 0.15 16.07 0.69 0.53
Hex DA 5F 32 0 38 4D F 10 45 35
Octal 332 137 62 0 70 115 17 20 105 65
Binary 11011010 1011111 110010 0 111000 1001101 1111 10000 1000101 110101

Color Harmonies of #DA5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F32

Black with #DA5F32

Text Example


Text Example

White with #DA5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F32; }

 p { color: rgb(218,95,50); }

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

background-color css

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

 a { background-color: rgb(218,95,50); }

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

border-color css

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

 span { border-color: rgb(218,95,50); }

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