Html Css Color HEX #DC6E62 Terra Cotta

📋 copy color: '#DC6E62'

red 220 ◦ green 110 ◦ blue 98

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

Shades of Terra Cotta #DC6E62

Tints of Terra Cotta #DC6E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.7%

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

R = 51.4%
G = 25.7%
B = 22.9%

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

#DC6E62 (or 0xDC6E62) is known color: Terra Cotta. HEX triplet: DC, 6E and 62. RGB value is (220,110,98). Sum of RGB (Red+Green+Blue) = 220+110+98=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E62 is #23919D. Grayscale: #8D8D8D. Windows color (decimal): -2331038 or 6450908. OLE color: 6450908.

HSL color Cylindrical-coordinate representation of color #DC6E62: hue angle of 5.9º 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 #DC6E62 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 98 -
CMYK 0 0.50 0.55 0.14
HSL 5.9º 0.64% 0.62% -
HSV(B) 5.9º 0.55% 0.86% -
XYZ 37.3 27.25 14.85 -
YUV 141.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 220 110 98 0 0.50 0.55 0.14 5.9 0.64 0.62
Hex DC 6E 62 0 32 37 E 6 40 3E
Octal 334 156 142 0 62 67 16 6 100 76
Binary 11011100 1101110 1100010 0 110010 110111 1110 110 1000000 111110

Color Harmonies of #DC6E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E62

Black with #DC6E62

Text Example


Text Example

White with #DC6E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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