Html Css Color HEX #DC6F62 Terra Cotta

📋 copy color: '#DC6F62'

red 220 ◦ green 111 ◦ blue 98

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

Shades of Terra Cotta #DC6F62

Tints of Terra Cotta #DC6F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 51.28%
G = 25.87%
B = 22.84%

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

#DC6F62 (or 0xDC6F62) is known color: Terra Cotta. HEX triplet: DC, 6F and 62. RGB value is (220,111,98). Sum of RGB (Red+Green+Blue) = 220+111+98=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F62 is #23909D. Grayscale: #8E8E8E. Windows color (decimal): -2330782 or 6451164. OLE color: 6451164.

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

Color convert

RGB 220 111 98 -
CMYK 0 0.50 0.55 0.14
HSL 6.39º 0.64% 0.62% -
HSV(B) 6.39º 0.55% 0.86% -
XYZ 37.4 27.47 14.89 -
YUV 142.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 220 111 98 0 0.50 0.55 0.14 6.39 0.64 0.62
Hex DC 6F 62 0 32 37 E 6 40 3E
Octal 334 157 142 0 62 67 16 6 100 76
Binary 11011100 1101111 1100010 0 110010 110111 1110 110 1000000 111110

Color Harmonies of #DC6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F62

Black with #DC6F62

Text Example


Text Example

White with #DC6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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