Html Css Color HEX #DC7055 Terra Cotta

📋 copy color: '#DC7055'

red 220 ◦ green 112 ◦ blue 85

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

Shades of Terra Cotta #DC7055

Tints of Terra Cotta #DC7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.38%

R = 52.76%
G = 26.86%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC7055 (or 0xDC7055) is known color: Terra Cotta. HEX triplet: DC, 70 and 55. RGB value is (220,112,85). Sum of RGB (Red+Green+Blue) = 220+112+85=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7055 is #238FAA. Grayscale: #8D8D8D. Windows color (decimal): -2330539 or 5599452. OLE color: 5599452.

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

Color convert

RGB 220 112 85 -
CMYK 0 0.49 0.61 0.14
HSL 12º 0.66% 0.6% -
HSV(B) 12º 0.61% 0.86% -
XYZ 36.95 27.46 11.95 -
YUV 141.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 220 112 85 0 0.49 0.61 0.14 12 0.66 0.6
Hex DC 70 55 0 31 3D E C 42 3C
Octal 334 160 125 0 61 75 16 14 102 74
Binary 11011100 1110000 1010101 0 110001 111101 1110 1100 1000010 111100

Color Harmonies of #DC7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7055

Black with #DC7055

Text Example


Text Example

White with #DC7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7055; }

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

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

background-color css

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

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

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

border-color css

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

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

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