Html Css Color HEX #DC7059 Terra Cotta

📋 copy color: '#DC7059'

red 220 ◦ green 112 ◦ blue 89

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

Shades of Terra Cotta #DC7059

Tints of Terra Cotta #DC7059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

 BLUE value IS 89 (35.16% from 255) = 21.14%

R = 52.26%
G = 26.6%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7059 (or 0xDC7059) is known color: Terra Cotta. HEX triplet: DC, 70 and 59. RGB value is (220,112,89). Sum of RGB (Red+Green+Blue) = 220+112+89=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7059 is #238FA6. Grayscale: #8D8D8D. Windows color (decimal): -2330535 or 5861596. OLE color: 5861596.

HSL color Cylindrical-coordinate representation of color #DC7059: hue angle of 10.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7059 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 89 -
CMYK 0 0.49 0.60 0.14
HSL 10.53º 0.65% 0.61% -
HSV(B) 10.53º 0.6% 0.86% -
XYZ 37.11 27.53 12.81 -
YUV 141.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 220 112 89 0 0.49 0.60 0.14 10.53 0.65 0.61
Hex DC 70 59 0 31 3C E B 41 3D
Octal 334 160 131 0 61 74 16 13 101 75
Binary 11011100 1110000 1011001 0 110001 111100 1110 1011 1000001 111101

Color Harmonies of #DC7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7059

Black with #DC7059

Text Example


Text Example

White with #DC7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7059; }

 p { color: rgb(220,112,89); }

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

background-color css

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

 a { background-color: rgb(220,112,89); }

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

border-color css

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

 span { border-color: rgb(220,112,89); }

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