Html Css Color HEX #DC7468 Terra Cotta

📋 copy color: '#DC7468'

red 220 ◦ green 116 ◦ blue 104

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

Shades of Terra Cotta #DC7468

Tints of Terra Cotta #DC7468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 50%
G = 26.36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7468 (or 0xDC7468) is known color: Terra Cotta. HEX triplet: DC, 74 and 68. RGB value is (220,116,104). Sum of RGB (Red+Green+Blue) = 220+116+104=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7468 is #238B97. Grayscale: #919191. Windows color (decimal): -2329496 or 6845660. OLE color: 6845660.

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

Color convert

RGB 220 116 104 -
CMYK 0 0.47 0.53 0.14
HSL 6.21º 0.62% 0.64% -
HSV(B) 6.21º 0.53% 0.86% -
XYZ 38.26 28.71 16.62 -
YUV 145.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 220 116 104 0 0.47 0.53 0.14 6.21 0.62 0.64
Hex DC 74 68 0 2F 35 E 6 3E 40
Octal 334 164 150 0 57 65 16 6 76 100
Binary 11011100 1110100 1101000 0 101111 110101 1110 110 111110 1000000

Color Harmonies of #DC7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7468

Black with #DC7468

Text Example


Text Example

White with #DC7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7468; }

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

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

background-color css

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

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

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

border-color css

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

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

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