Html Css Color HEX #DC6F57 Terra Cotta

📋 copy color: '#DC6F57'

red 220 ◦ green 111 ◦ blue 87

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

Shades of Terra Cotta #DC6F57

Tints of Terra Cotta #DC6F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 52.63%
G = 26.56%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6F57 (or 0xDC6F57) is known color: Terra Cotta. HEX triplet: DC, 6F and 57. RGB value is (220,111,87). Sum of RGB (Red+Green+Blue) = 220+111+87=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F57 is #2390A8. Grayscale: #8D8D8D. Windows color (decimal): -2330793 or 5730268. OLE color: 5730268.

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

Color convert

RGB 220 111 87 -
CMYK 0 0.50 0.60 0.14
HSL 10.83º 0.66% 0.6% -
HSV(B) 10.83º 0.6% 0.86% -
XYZ 36.92 27.27 12.34 -
YUV 140.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 220 111 87 0 0.50 0.60 0.14 10.83 0.66 0.6
Hex DC 6F 57 0 32 3C E B 42 3C
Octal 334 157 127 0 62 74 16 13 102 74
Binary 11011100 1101111 1010111 0 110010 111100 1110 1011 1000010 111100

Color Harmonies of #DC6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F57

Black with #DC6F57

Text Example


Text Example

White with #DC6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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