Html Css Color HEX #DC6E53 Terra Cotta

📋 copy color: '#DC6E53'

red 220 ◦ green 110 ◦ blue 83

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

Shades of Terra Cotta #DC6E53

Tints of Terra Cotta #DC6E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.1%

R = 53.27%
G = 26.63%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC6E53 (or 0xDC6E53) is known color: Terra Cotta. HEX triplet: DC, 6E and 53. RGB value is (220,110,83). Sum of RGB (Red+Green+Blue) = 220+110+83=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E53 is #2391AC. Grayscale: #8C8C8C. Windows color (decimal): -2331053 or 5467868. OLE color: 5467868.

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

Color convert

RGB 220 110 83 -
CMYK 0 0.50 0.62 0.14
HSL 11.82º 0.66% 0.59% -
HSV(B) 11.82º 0.62% 0.86% -
XYZ 36.65 26.99 11.46 -
YUV 139.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 220 110 83 0 0.50 0.62 0.14 11.82 0.66 0.59
Hex DC 6E 53 0 32 3E E C 42 3B
Octal 334 156 123 0 62 76 16 14 102 73
Binary 11011100 1101110 1010011 0 110010 111110 1110 1100 1000010 111011

Color Harmonies of #DC6E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E53

Black with #DC6E53

Text Example


Text Example

White with #DC6E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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