Html Css Color HEX #DC7266 Terra Cotta

📋 copy color: '#DC7266'

red 220 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #DC7266

Tints of Terra Cotta #DC7266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 50.46%
G = 26.15%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC7266 (or 0xDC7266) is known color: Terra Cotta. HEX triplet: DC, 72 and 66. RGB value is (220,114,102). Sum of RGB (Red+Green+Blue) = 220+114+102=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7266 is #238D99. Grayscale: #909090. Windows color (decimal): -2330010 or 6714076. OLE color: 6714076.

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

Color convert

RGB 220 114 102 -
CMYK 0 0.48 0.54 0.14
HSL 6.1º 0.63% 0.63% -
HSV(B) 6.1º 0.54% 0.86% -
XYZ 37.93 28.21 16.02 -
YUV 144.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 220 114 102 0 0.48 0.54 0.14 6.1 0.63 0.63
Hex DC 72 66 0 30 36 E 6 3F 3F
Octal 334 162 146 0 60 66 16 6 77 77
Binary 11011100 1110010 1100110 0 110000 110110 1110 110 111111 111111

Color Harmonies of #DC7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7266

Black with #DC7266

Text Example


Text Example

White with #DC7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7266; }

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

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

background-color css

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

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

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

border-color css

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

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

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