Html Css Color HEX #DC7564 Terra Cotta

📋 copy color: '#DC7564'

red 220 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #DC7564

Tints of Terra Cotta #DC7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

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

R = 50.34%
G = 26.77%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7564 (or 0xDC7564) is known color: Terra Cotta. HEX triplet: DC, 75 and 64. RGB value is (220,117,100). Sum of RGB (Red+Green+Blue) = 220+117+100=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7564 is #238A9B. Grayscale: #929292. Windows color (decimal): -2329244 or 6583772. OLE color: 6583772.

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

Color convert

RGB 220 117 100 -
CMYK 0 0.47 0.55 0.14
HSL 8.5º 0.63% 0.63% -
HSV(B) 8.5º 0.55% 0.86% -
XYZ 38.18 28.86 15.61 -
YUV 145.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 220 117 100 0 0.47 0.55 0.14 8.5 0.63 0.63
Hex DC 75 64 0 2F 37 E 8 3F 3F
Octal 334 165 144 0 57 67 16 10 77 77
Binary 11011100 1110101 1100100 0 101111 110111 1110 1000 111111 111111

Color Harmonies of #DC7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7564

Black with #DC7564

Text Example


Text Example

White with #DC7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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