Html Css Color HEX #DC6C56 Terra Cotta

📋 copy color: '#DC6C56'

red 220 ◦ green 108 ◦ blue 86

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

Shades of Terra Cotta #DC6C56

Tints of Terra Cotta #DC6C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 53.14%
G = 26.09%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC6C56 (or 0xDC6C56) is known color: Terra Cotta. HEX triplet: DC, 6C and 56. RGB value is (220,108,86). Sum of RGB (Red+Green+Blue) = 220+108+86=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C56 is #2393A9. Grayscale: #8B8B8B. Windows color (decimal): -2331562 or 5663964. OLE color: 5663964.

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

Color convert

RGB 220 108 86 -
CMYK 0 0.51 0.61 0.14
HSL 9.85º 0.66% 0.6% -
HSV(B) 9.85º 0.61% 0.86% -
XYZ 36.56 26.61 12.01 -
YUV 138.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 220 108 86 0 0.51 0.61 0.14 9.85 0.66 0.6
Hex DC 6C 56 0 33 3D E A 42 3C
Octal 334 154 126 0 63 75 16 12 102 74
Binary 11011100 1101100 1010110 0 110011 111101 1110 1010 1000010 111100

Color Harmonies of #DC6C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C56

Black with #DC6C56

Text Example


Text Example

White with #DC6C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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