Html Css Color HEX #DC6E5F Terra Cotta

📋 copy color: '#DC6E5F'

red 220 ◦ green 110 ◦ blue 95

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

Shades of Terra Cotta #DC6E5F

Tints of Terra Cotta #DC6E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 51.76%
G = 25.88%
B = 22.35%

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

#DC6E5F (or 0xDC6E5F) is known color: Terra Cotta. HEX triplet: DC, 6E and 5F. RGB value is (220,110,95). Sum of RGB (Red+Green+Blue) = 220+110+95=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5F is #2391A0. Grayscale: #8D8D8D. Windows color (decimal): -2331041 or 6254300. OLE color: 6254300.

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

Color convert

RGB 220 110 95 -
CMYK 0 0.50 0.57 0.14
HSL 7.2º 0.64% 0.62% -
HSV(B) 7.2º 0.57% 0.86% -
XYZ 37.16 27.19 14.12 -
YUV 141.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 220 110 95 0 0.50 0.57 0.14 7.2 0.64 0.62
Hex DC 6E 5F 0 32 39 E 7 40 3E
Octal 334 156 137 0 62 71 16 7 100 76
Binary 11011100 1101110 1011111 0 110010 111001 1110 111 1000000 111110

Color Harmonies of #DC6E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E5F

Black with #DC6E5F

Text Example


Text Example

White with #DC6E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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