Html Css Color HEX #DC6C5E Terra Cotta

📋 copy color: '#DC6C5E'

red 220 ◦ green 108 ◦ blue 94

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

Shades of Terra Cotta #DC6C5E

Tints of Terra Cotta #DC6C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 52.13%
G = 25.59%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC6C5E (or 0xDC6C5E) is known color: Terra Cotta. HEX triplet: DC, 6C and 5E. RGB value is (220,108,94). Sum of RGB (Red+Green+Blue) = 220+108+94=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5E is #2393A1. Grayscale: #8C8C8C. Windows color (decimal): -2331554 or 6188252. OLE color: 6188252.

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

Color convert

RGB 220 108 94 -
CMYK 0 0.51 0.57 0.14
HSL 6.67º 0.64% 0.62% -
HSV(B) 6.67º 0.57% 0.86% -
XYZ 36.9 26.75 13.81 -
YUV 139.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 220 108 94 0 0.51 0.57 0.14 6.67 0.64 0.62
Hex DC 6C 5E 0 33 39 E 7 40 3E
Octal 334 154 136 0 63 71 16 7 100 76
Binary 11011100 1101100 1011110 0 110011 111001 1110 111 1000000 111110

Color Harmonies of #DC6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C5E

Black with #DC6C5E

Text Example


Text Example

White with #DC6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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