Html Css Color HEX #DC7664 Terra Cotta

📋 copy color: '#DC7664'

red 220 ◦ green 118 ◦ blue 100

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

Shades of Terra Cotta #DC7664

Tints of Terra Cotta #DC7664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 50.23%
G = 26.94%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7664 (or 0xDC7664) is known color: Terra Cotta. HEX triplet: DC, 76 and 64. RGB value is (220,118,100). Sum of RGB (Red+Green+Blue) = 220+118+100=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7664 is #23899B. Grayscale: #929292. Windows color (decimal): -2328988 or 6584028. OLE color: 6584028.

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

Color convert

RGB 220 118 100 -
CMYK 0 0.46 0.55 0.14
HSL 0.63% 0.63% -
HSV(B) 0.55% 0.86% -
XYZ 38.29 29.09 15.65 -
YUV 146.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 220 118 100 0 0.46 0.55 0.14 9 0.63 0.63
Hex DC 76 64 0 2E 37 E 9 3F 3F
Octal 334 166 144 0 56 67 16 11 77 77
Binary 11011100 1110110 1100100 0 101110 110111 1110 1001 111111 111111

Color Harmonies of #DC7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7664

Black with #DC7664

Text Example


Text Example

White with #DC7664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7664; }

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

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

background-color css

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

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

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

border-color css

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

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

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