Html Css Color HEX #DC7268 Terra Cotta

📋 copy color: '#DC7268'

red 220 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #DC7268

Tints of Terra Cotta #DC7268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 50.23%
G = 26.03%
B = 23.74%

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

#DC7268 (or 0xDC7268) is known color: Terra Cotta. HEX triplet: DC, 72 and 68. RGB value is (220,114,104). Sum of RGB (Red+Green+Blue) = 220+114+104=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7268 is #238D97. Grayscale: #909090. Windows color (decimal): -2330008 or 6845148. OLE color: 6845148.

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

Color convert

RGB 220 114 104 -
CMYK 0 0.48 0.53 0.14
HSL 5.17º 0.62% 0.64% -
HSV(B) 5.17º 0.53% 0.86% -
XYZ 38.03 28.25 16.54 -
YUV 144.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 220 114 104 0 0.48 0.53 0.14 5.17 0.62 0.64
Hex DC 72 68 0 30 35 E 5 3E 40
Octal 334 162 150 0 60 65 16 5 76 100
Binary 11011100 1110010 1101000 0 110000 110101 1110 101 111110 1000000

Color Harmonies of #DC7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7268

Black with #DC7268

Text Example


Text Example

White with #DC7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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