Html Css Color HEX #DC7367 Terra Cotta

📋 copy color: '#DC7367'

red 220 ◦ green 115 ◦ blue 103

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

Shades of Terra Cotta #DC7367

Tints of Terra Cotta #DC7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 103 (40.63% from 255) = 23.52%

R = 50.23%
G = 26.26%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7367 (or 0xDC7367) is known color: Terra Cotta. HEX triplet: DC, 73 and 67. RGB value is (220,115,103). Sum of RGB (Red+Green+Blue) = 220+115+103=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7367 is #238C98. Grayscale: #919191. Windows color (decimal): -2329753 or 6779868. OLE color: 6779868.

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

Color convert

RGB 220 115 103 -
CMYK 0 0.48 0.53 0.14
HSL 6.15º 0.63% 0.63% -
HSV(B) 6.15º 0.53% 0.86% -
XYZ 38.09 28.46 16.32 -
YUV 145.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 220 115 103 0 0.48 0.53 0.14 6.15 0.63 0.63
Hex DC 73 67 0 30 35 E 6 3F 3F
Octal 334 163 147 0 60 65 16 6 77 77
Binary 11011100 1110011 1100111 0 110000 110101 1110 110 111111 111111

Color Harmonies of #DC7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7367

Black with #DC7367

Text Example


Text Example

White with #DC7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7367; }

 p { color: rgb(220,115,103); }

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

background-color css

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

 a { background-color: rgb(220,115,103); }

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

border-color css

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

 span { border-color: rgb(220,115,103); }

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