Html Css Color HEX #DC7067 Terra Cotta

📋 copy color: '#DC7067'

red 220 ◦ green 112 ◦ blue 103

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

Shades of Terra Cotta #DC7067

Tints of Terra Cotta #DC7067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 50.57%
G = 25.75%
B = 23.68%

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

#DC7067 (or 0xDC7067) is known color: Terra Cotta. HEX triplet: DC, 70 and 67. RGB value is (220,112,103). Sum of RGB (Red+Green+Blue) = 220+112+103=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7067 is #238F98. Grayscale: #8F8F8F. Windows color (decimal): -2330521 or 6779100. OLE color: 6779100.

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

Color convert

RGB 220 112 103 -
CMYK 0 0.49 0.53 0.14
HSL 4.62º 0.63% 0.63% -
HSV(B) 4.62º 0.53% 0.86% -
XYZ 37.76 27.78 16.2 -
YUV 143.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 220 112 103 0 0.49 0.53 0.14 4.62 0.63 0.63
Hex DC 70 67 0 31 35 E 5 3F 3F
Octal 334 160 147 0 61 65 16 5 77 77
Binary 11011100 1110000 1100111 0 110001 110101 1110 101 111111 111111

Color Harmonies of #DC7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7067

Black with #DC7067

Text Example


Text Example

White with #DC7067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7067; }

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

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

background-color css

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

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

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

border-color css

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

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

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