Html Css Color HEX #DC6E68 Terra Cotta

📋 copy color: '#DC6E68'

red 220 ◦ green 110 ◦ blue 104

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

Shades of Terra Cotta #DC6E68

Tints of Terra Cotta #DC6E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 50.69%
G = 25.35%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC6E68 (or 0xDC6E68) is known color: Terra Cotta. HEX triplet: DC, 6E and 68. RGB value is (220,110,104). Sum of RGB (Red+Green+Blue) = 220+110+104=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E68 is #239197. Grayscale: #8E8E8E. Windows color (decimal): -2331032 or 6844124. OLE color: 6844124.

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

Color convert

RGB 220 110 104 -
CMYK 0 0.50 0.53 0.14
HSL 3.1º 0.62% 0.64% -
HSV(B) 3.1º 0.53% 0.86% -
XYZ 37.59 27.37 16.4 -
YUV 142.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 220 110 104 0 0.50 0.53 0.14 3.1 0.62 0.64
Hex DC 6E 68 0 32 35 E 3 3E 40
Octal 334 156 150 0 62 65 16 3 76 100
Binary 11011100 1101110 1101000 0 110010 110101 1110 11 111110 1000000

Color Harmonies of #DC6E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E68

Black with #DC6E68

Text Example


Text Example

White with #DC6E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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