Html Css Color HEX #DC7068 Terra Cotta

📋 copy color: '#DC7068'

red 220 ◦ green 112 ◦ blue 104

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

Shades of Terra Cotta #DC7068

Tints of Terra Cotta #DC7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 50.46%
G = 25.69%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7068 (or 0xDC7068) is known color: Terra Cotta. HEX triplet: DC, 70 and 68. RGB value is (220,112,104). Sum of RGB (Red+Green+Blue) = 220+112+104=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7068 is #238F97. Grayscale: #8F8F8F. Windows color (decimal): -2330520 or 6844636. OLE color: 6844636.

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

Color convert

RGB 220 112 104 -
CMYK 0 0.49 0.53 0.14
HSL 4.14º 0.62% 0.64% -
HSV(B) 4.14º 0.53% 0.86% -
XYZ 37.81 27.8 16.47 -
YUV 143.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 220 112 104 0 0.49 0.53 0.14 4.14 0.62 0.64
Hex DC 70 68 0 31 35 E 4 3E 40
Octal 334 160 150 0 61 65 16 4 76 100
Binary 11011100 1110000 1101000 0 110001 110101 1110 100 111110 1000000

Color Harmonies of #DC7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7068

Black with #DC7068

Text Example


Text Example

White with #DC7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7068; }

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

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

background-color css

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

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

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

border-color css

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

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

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