Html Css Color HEX #DC7053 Terra Cotta

📋 copy color: '#DC7053'

red 220 ◦ green 112 ◦ blue 83

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

Shades of Terra Cotta #DC7053

Tints of Terra Cotta #DC7053

RGB

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

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

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

R = 53.01%
G = 26.99%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7053 (or 0xDC7053) is known color: Terra Cotta. HEX triplet: DC, 70 and 53. RGB value is (220,112,83). Sum of RGB (Red+Green+Blue) = 220+112+83=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7053 is #238FAC. Grayscale: #8D8D8D. Windows color (decimal): -2330541 or 5468380. OLE color: 5468380.

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

Color convert

RGB 220 112 83 -
CMYK 0 0.49 0.62 0.14
HSL 12.7º 0.66% 0.59% -
HSV(B) 12.7º 0.62% 0.86% -
XYZ 36.87 27.43 11.53 -
YUV 140.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 220 112 83 0 0.49 0.62 0.14 12.7 0.66 0.59
Hex DC 70 53 0 31 3E E D 42 3B
Octal 334 160 123 0 61 76 16 15 102 73
Binary 11011100 1110000 1010011 0 110001 111110 1110 1101 1000010 111011

Color Harmonies of #DC7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7053

Black with #DC7053

Text Example


Text Example

White with #DC7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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