Html Css Color HEX #DC5F32 Chilean Fire

📋 copy color: '#DC5F32'

red 220 ◦ green 95 ◦ blue 50

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

Shades of Chilean Fire #DC5F32

Tints of Chilean Fire #DC5F32

RGB

 RED value IS 220 (86.33% from 255) = 60.27%

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

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

R = 60.27%
G = 26.03%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC5F32 (or 0xDC5F32) is known color: Chilean Fire. HEX triplet: DC, 5F and 32. RGB value is (220,95,50). Sum of RGB (Red+Green+Blue) = 220+95+50=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F32 is #23A0CD. Grayscale: #7F7F7F. Windows color (decimal): -2334926 or 3301340. OLE color: 3301340.

HSL color Cylindrical-coordinate representation of color #DC5F32: hue angle of 15.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5F32 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 50 -
CMYK 0 0.57 0.77 0.14
HSL 15.88º 0.71% 0.53% -
HSV(B) 15.88º 0.77% 0.86% -
XYZ 34.18 23.63 5.78 -
YUV 127.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 220 95 50 0 0.57 0.77 0.14 15.88 0.71 0.53
Hex DC 5F 32 0 39 4D E 10 47 35
Octal 334 137 62 0 71 115 16 20 107 65
Binary 11011100 1011111 110010 0 111001 1001101 1110 10000 1000111 110101

Color Harmonies of #DC5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F32

Black with #DC5F32

Text Example


Text Example

White with #DC5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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