Html Css Color HEX #DC7464 Terra Cotta

📋 copy color: '#DC7464'

red 220 ◦ green 116 ◦ blue 100

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

Shades of Terra Cotta #DC7464

Tints of Terra Cotta #DC7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

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

R = 50.46%
G = 26.61%
B = 22.94%

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

#DC7464 (or 0xDC7464) is known color: Terra Cotta. HEX triplet: DC, 74 and 64. RGB value is (220,116,100). Sum of RGB (Red+Green+Blue) = 220+116+100=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7464 is #238B9B. Grayscale: #919191. Windows color (decimal): -2329500 or 6583516. OLE color: 6583516.

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

Color convert

RGB 220 116 100 -
CMYK 0 0.47 0.55 0.14
HSL 0.63% 0.63% -
HSV(B) 0.55% 0.86% -
XYZ 38.06 28.63 15.58 -
YUV 145.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 220 116 100 0 0.47 0.55 0.14 8 0.63 0.63
Hex DC 74 64 0 2F 37 E 8 3F 3F
Octal 334 164 144 0 57 67 16 10 77 77
Binary 11011100 1110100 1100100 0 101111 110111 1110 1000 111111 111111

Color Harmonies of #DC7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7464

Black with #DC7464

Text Example


Text Example

White with #DC7464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7464; }

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

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

background-color css

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

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

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

border-color css

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

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

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