Html Css Color HEX #DC6C5D Terra Cotta

📋 copy color: '#DC6C5D'

red 220 ◦ green 108 ◦ blue 93

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

Shades of Terra Cotta #DC6C5D

Tints of Terra Cotta #DC6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 52.26%
G = 25.65%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC6C5D (or 0xDC6C5D) is known color: Terra Cotta. HEX triplet: DC, 6C and 5D. RGB value is (220,108,93). Sum of RGB (Red+Green+Blue) = 220+108+93=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5D is #2393A2. Grayscale: #8B8B8B. Windows color (decimal): -2331555 or 6122716. OLE color: 6122716.

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

Color convert

RGB 220 108 93 -
CMYK 0 0.51 0.58 0.14
HSL 7.09º 0.64% 0.61% -
HSV(B) 7.09º 0.58% 0.86% -
XYZ 36.85 26.73 13.57 -
YUV 139.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 220 108 93 0 0.51 0.58 0.14 7.09 0.64 0.61
Hex DC 6C 5D 0 33 3A E 7 40 3D
Octal 334 154 135 0 63 72 16 7 100 75
Binary 11011100 1101100 1011101 0 110011 111010 1110 111 1000000 111101

Color Harmonies of #DC6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C5D

Black with #DC6C5D

Text Example


Text Example

White with #DC6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C5D; }

 p { color: rgb(220,108,93); }

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

background-color css

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

 a { background-color: rgb(220,108,93); }

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

border-color css

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

 span { border-color: rgb(220,108,93); }

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