Html Css Color HEX #DC7263 Terra Cotta

📋 copy color: '#DC7263'

red 220 ◦ green 114 ◦ blue 99

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

Shades of Terra Cotta #DC7263

Tints of Terra Cotta #DC7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 50.81%
G = 26.33%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7263 (or 0xDC7263) is known color: Terra Cotta. HEX triplet: DC, 72 and 63. RGB value is (220,114,99). Sum of RGB (Red+Green+Blue) = 220+114+99=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7263 is #238D9C. Grayscale: #909090. Windows color (decimal): -2330013 or 6517468. OLE color: 6517468.

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

Color convert

RGB 220 114 99 -
CMYK 0 0.48 0.55 0.14
HSL 7.44º 0.63% 0.63% -
HSV(B) 7.44º 0.55% 0.86% -
XYZ 37.78 28.15 15.25 -
YUV 143.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 220 114 99 0 0.48 0.55 0.14 7.44 0.63 0.63
Hex DC 72 63 0 30 37 E 7 3F 3F
Octal 334 162 143 0 60 67 16 7 77 77
Binary 11011100 1110010 1100011 0 110000 110111 1110 111 111111 111111

Color Harmonies of #DC7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7263

Black with #DC7263

Text Example


Text Example

White with #DC7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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