Html Css Color HEX #DC6F64 Terra Cotta

📋 copy color: '#DC6F64'

red 220 ◦ green 111 ◦ blue 100

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

Shades of Terra Cotta #DC6F64

Tints of Terra Cotta #DC6F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 51.04%
G = 25.75%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6F64 (or 0xDC6F64) is known color: Terra Cotta. HEX triplet: DC, 6F and 64. RGB value is (220,111,100). Sum of RGB (Red+Green+Blue) = 220+111+100=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F64 is #23909B. Grayscale: #8E8E8E. Windows color (decimal): -2330780 or 6582236. OLE color: 6582236.

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

Color convert

RGB 220 111 100 -
CMYK 0 0.50 0.55 0.14
HSL 5.5º 0.63% 0.63% -
HSV(B) 5.5º 0.55% 0.86% -
XYZ 37.5 27.5 15.39 -
YUV 142.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 220 111 100 0 0.50 0.55 0.14 5.5 0.63 0.63
Hex DC 6F 64 0 32 37 E 6 3F 3F
Octal 334 157 144 0 62 67 16 6 77 77
Binary 11011100 1101111 1100100 0 110010 110111 1110 110 111111 111111

Color Harmonies of #DC6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F64

Black with #DC6F64

Text Example


Text Example

White with #DC6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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