Html Css Color HEX #DC715E Terra Cotta

📋 copy color: '#DC715E'

red 220 ◦ green 113 ◦ blue 94

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

Shades of Terra Cotta #DC715E

Tints of Terra Cotta #DC715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

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

R = 51.52%
G = 26.46%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC715E (or 0xDC715E) is known color: Terra Cotta. HEX triplet: DC, 71 and 5E. RGB value is (220,113,94). Sum of RGB (Red+Green+Blue) = 220+113+94=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC715E is #238EA1. Grayscale: #8F8F8F. Windows color (decimal): -2330274 or 6189532. OLE color: 6189532.

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

Color convert

RGB 220 113 94 -
CMYK 0 0.49 0.57 0.14
HSL 9.05º 0.64% 0.62% -
HSV(B) 9.05º 0.57% 0.86% -
XYZ 37.44 27.83 13.99 -
YUV 142.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 220 113 94 0 0.49 0.57 0.14 9.05 0.64 0.62
Hex DC 71 5E 0 31 39 E 9 40 3E
Octal 334 161 136 0 61 71 16 11 100 76
Binary 11011100 1110001 1011110 0 110001 111001 1110 1001 1000000 111110

Color Harmonies of #DC715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC715E

Black with #DC715E

Text Example


Text Example

White with #DC715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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