Html Css Color HEX #DC7260 Terra Cotta

📋 copy color: '#DC7260'

red 220 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #DC7260

Tints of Terra Cotta #DC7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 51.16%
G = 26.51%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7260 (or 0xDC7260) is known color: Terra Cotta. HEX triplet: DC, 72 and 60. RGB value is (220,114,96). Sum of RGB (Red+Green+Blue) = 220+114+96=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7260 is #238D9F. Grayscale: #8F8F8F. Windows color (decimal): -2330016 or 6320860. OLE color: 6320860.

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

Color convert

RGB 220 114 96 -
CMYK 0 0.48 0.56 0.14
HSL 8.71º 0.64% 0.62% -
HSV(B) 8.71º 0.56% 0.86% -
XYZ 37.64 28.09 14.51 -
YUV 143.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 220 114 96 0 0.48 0.56 0.14 8.71 0.64 0.62
Hex DC 72 60 0 30 38 E 9 40 3E
Octal 334 162 140 0 60 70 16 11 100 76
Binary 11011100 1110010 1100000 0 110000 111000 1110 1001 1000000 111110

Color Harmonies of #DC7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7260

Black with #DC7260

Text Example


Text Example

White with #DC7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7260; }

 p { color: rgb(220,114,96); }

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

background-color css

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

 a { background-color: rgb(220,114,96); }

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

border-color css

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

 span { border-color: rgb(220,114,96); }

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