Html Css Color HEX #DC7568 Terra Cotta

📋 copy color: '#DC7568'

red 220 ◦ green 117 ◦ blue 104

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

Shades of Terra Cotta #DC7568

Tints of Terra Cotta #DC7568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 49.89%
G = 26.53%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7568 (or 0xDC7568) is known color: Terra Cotta. HEX triplet: DC, 75 and 68. RGB value is (220,117,104). Sum of RGB (Red+Green+Blue) = 220+117+104=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7568 is #238A97. Grayscale: #929292. Windows color (decimal): -2329240 or 6845916. OLE color: 6845916.

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

Color convert

RGB 220 117 104 -
CMYK 0 0.47 0.53 0.14
HSL 6.72º 0.62% 0.64% -
HSV(B) 6.72º 0.53% 0.86% -
XYZ 38.38 28.94 16.66 -
YUV 146.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 220 117 104 0 0.47 0.53 0.14 6.72 0.62 0.64
Hex DC 75 68 0 2F 35 E 7 3E 40
Octal 334 165 150 0 57 65 16 7 76 100
Binary 11011100 1110101 1101000 0 101111 110101 1110 111 111110 1000000

Color Harmonies of #DC7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7568

Black with #DC7568

Text Example


Text Example

White with #DC7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7568; }

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

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

background-color css

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

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

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

border-color css

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

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

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