Html Css Color HEX #DC7069 Terra Cotta

📋 copy color: '#DC7069'

red 220 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #DC7069

Tints of Terra Cotta #DC7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 50.34%
G = 25.63%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC7069 (or 0xDC7069) is known color: Terra Cotta. HEX triplet: DC, 70 and 69. RGB value is (220,112,105). Sum of RGB (Red+Green+Blue) = 220+112+105=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7069 is #238F96. Grayscale: #8F8F8F. Windows color (decimal): -2330519 or 6910172. OLE color: 6910172.

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

Color convert

RGB 220 112 105 -
CMYK 0 0.49 0.52 0.14
HSL 3.65º 0.62% 0.64% -
HSV(B) 3.65º 0.52% 0.86% -
XYZ 37.86 27.82 16.74 -
YUV 143.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 220 112 105 0 0.49 0.52 0.14 3.65 0.62 0.64
Hex DC 70 69 0 31 34 E 4 3E 40
Octal 334 160 151 0 61 64 16 4 76 100
Binary 11011100 1110000 1101001 0 110001 110100 1110 100 111110 1000000

Color Harmonies of #DC7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7069

Black with #DC7069

Text Example


Text Example

White with #DC7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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