Html Css Color HEX #DC6031 Chilean Fire

📋 copy color: '#DC6031'

red 220 ◦ green 96 ◦ blue 49

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

Shades of Chilean Fire #DC6031

Tints of Chilean Fire #DC6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 60.27%
G = 26.3%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6031 (or 0xDC6031) is known color: Chilean Fire. HEX triplet: DC, 60 and 31. RGB value is (220,96,49). Sum of RGB (Red+Green+Blue) = 220+96+49=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6031 is #239FCE. Grayscale: #808080. Windows color (decimal): -2334671 or 3236060. OLE color: 3236060.

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

Color convert

RGB 220 96 49 -
CMYK 0 0.56 0.78 0.14
HSL 16.49º 0.71% 0.53% -
HSV(B) 16.49º 0.78% 0.86% -
XYZ 34.25 23.8 5.69 -
YUV 127.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 220 96 49 0 0.56 0.78 0.14 16.49 0.71 0.53
Hex DC 60 31 0 38 4E E 10 47 35
Octal 334 140 61 0 70 116 16 20 107 65
Binary 11011100 1100000 110001 0 111000 1001110 1110 10000 1000111 110101

Color Harmonies of #DC6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6031

Black with #DC6031

Text Example


Text Example

White with #DC6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6031; }

 p { color: rgb(220,96,49); }

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

background-color css

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

 a { background-color: rgb(220,96,49); }

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

border-color css

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

 span { border-color: rgb(220,96,49); }

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