Html Css Color HEX #DC7563 Terra Cotta

📋 copy color: '#DC7563'

red 220 ◦ green 117 ◦ blue 99

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

Shades of Terra Cotta #DC7563

Tints of Terra Cotta #DC7563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 50.46%
G = 26.83%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7563 (or 0xDC7563) is known color: Terra Cotta. HEX triplet: DC, 75 and 63. RGB value is (220,117,99). Sum of RGB (Red+Green+Blue) = 220+117+99=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7563 is #238A9C. Grayscale: #919191. Windows color (decimal): -2329245 or 6518236. OLE color: 6518236.

HSL color Cylindrical-coordinate representation of color #DC7563: hue angle of 8.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7563 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 99 -
CMYK 0 0.47 0.55 0.14
HSL 8.93º 0.63% 0.63% -
HSV(B) 8.93º 0.55% 0.86% -
XYZ 38.13 28.84 15.36 -
YUV 145.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 220 117 99 0 0.47 0.55 0.14 8.93 0.63 0.63
Hex DC 75 63 0 2F 37 E 9 3F 3F
Octal 334 165 143 0 57 67 16 11 77 77
Binary 11011100 1110101 1100011 0 101111 110111 1110 1001 111111 111111

Color Harmonies of #DC7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7563

Black with #DC7563

Text Example


Text Example

White with #DC7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7563; }

 p { color: rgb(220,117,99); }

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

background-color css

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

 a { background-color: rgb(220,117,99); }

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

border-color css

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

 span { border-color: rgb(220,117,99); }

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