Html Css Color HEX #DC6E5E Terra Cotta

📋 copy color: '#DC6E5E'

red 220 ◦ green 110 ◦ blue 94

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

Shades of Terra Cotta #DC6E5E

Tints of Terra Cotta #DC6E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

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

R = 51.89%
G = 25.94%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC6E5E (or 0xDC6E5E) is known color: Terra Cotta. HEX triplet: DC, 6E and 5E. RGB value is (220,110,94). Sum of RGB (Red+Green+Blue) = 220+110+94=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5E is #2391A1. Grayscale: #8D8D8D. Windows color (decimal): -2331042 or 6188764. OLE color: 6188764.

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

Color convert

RGB 220 110 94 -
CMYK 0 0.50 0.57 0.14
HSL 7.62º 0.64% 0.62% -
HSV(B) 7.62º 0.57% 0.86% -
XYZ 37.11 27.18 13.88 -
YUV 141.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 220 110 94 0 0.50 0.57 0.14 7.62 0.64 0.62
Hex DC 6E 5E 0 32 39 E 8 40 3E
Octal 334 156 136 0 62 71 16 10 100 76
Binary 11011100 1101110 1011110 0 110010 111001 1110 1000 1000000 111110

Color Harmonies of #DC6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E5E

Black with #DC6E5E

Text Example


Text Example

White with #DC6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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