Html Css Color HEX #DC7660 Terra Cotta

📋 copy color: '#DC7660'

red 220 ◦ green 118 ◦ blue 96

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

Shades of Terra Cotta #DC7660

Tints of Terra Cotta #DC7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

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

R = 50.69%
G = 27.19%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7660 (or 0xDC7660) is known color: Terra Cotta. HEX triplet: DC, 76 and 60. RGB value is (220,118,96). Sum of RGB (Red+Green+Blue) = 220+118+96=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7660 is #23899F. Grayscale: #929292. Windows color (decimal): -2328992 or 6321884. OLE color: 6321884.

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

Color convert

RGB 220 118 96 -
CMYK 0 0.46 0.56 0.14
HSL 10.65º 0.64% 0.62% -
HSV(B) 10.65º 0.56% 0.86% -
XYZ 38.1 29.02 14.66 -
YUV 145.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 220 118 96 0 0.46 0.56 0.14 10.65 0.64 0.62
Hex DC 76 60 0 2E 38 E B 40 3E
Octal 334 166 140 0 56 70 16 13 100 76
Binary 11011100 1110110 1100000 0 101110 111000 1110 1011 1000000 111110

Color Harmonies of #DC7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7660

Black with #DC7660

Text Example


Text Example

White with #DC7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7660; }

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

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

background-color css

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

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

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

border-color css

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

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

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