Html Css Color HEX #DC6F50 Terra Cotta

📋 copy color: '#DC6F50'

red 220 ◦ green 111 ◦ blue 80

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

Shades of Terra Cotta #DC6F50

Tints of Terra Cotta #DC6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 53.53%
G = 27.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6F50 (or 0xDC6F50) is known color: Terra Cotta. HEX triplet: DC, 6F and 50. RGB value is (220,111,80). Sum of RGB (Red+Green+Blue) = 220+111+80=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F50 is #2390AF. Grayscale: #8C8C8C. Windows color (decimal): -2330800 or 5271516. OLE color: 5271516.

HSL color Cylindrical-coordinate representation of color #DC6F50: hue angle of 13.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC6F50 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 80 -
CMYK 0 0.50 0.64 0.14
HSL 13.29º 0.67% 0.59% -
HSV(B) 13.29º 0.64% 0.86% -
XYZ 36.65 27.16 10.9 -
YUV 140.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 220 111 80 0 0.50 0.64 0.14 13.29 0.67 0.59
Hex DC 6F 50 0 32 40 E D 43 3B
Octal 334 157 120 0 62 100 16 15 103 73
Binary 11011100 1101111 1010000 0 110010 1000000 1110 1101 1000011 111011

Color Harmonies of #DC6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F50

Black with #DC6F50

Text Example


Text Example

White with #DC6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F50; }

 p { color: rgb(220,111,80); }

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

background-color css

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

 a { background-color: rgb(220,111,80); }

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

border-color css

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

 span { border-color: rgb(220,111,80); }

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