Html Css Color HEX #DC7461 Terra Cotta

📋 copy color: '#DC7461'

red 220 ◦ green 116 ◦ blue 97

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

Shades of Terra Cotta #DC7461

Tints of Terra Cotta #DC7461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 50.81%
G = 26.79%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7461 (or 0xDC7461) is known color: Terra Cotta. HEX triplet: DC, 74 and 61. RGB value is (220,116,97). Sum of RGB (Red+Green+Blue) = 220+116+97=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7461 is #238B9E. Grayscale: #919191. Windows color (decimal): -2329503 or 6386908. OLE color: 6386908.

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

Color convert

RGB 220 116 97 -
CMYK 0 0.47 0.56 0.14
HSL 9.27º 0.64% 0.62% -
HSV(B) 9.27º 0.56% 0.86% -
XYZ 37.92 28.57 14.83 -
YUV 144.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 220 116 97 0 0.47 0.56 0.14 9.27 0.64 0.62
Hex DC 74 61 0 2F 38 E 9 40 3E
Octal 334 164 141 0 57 70 16 11 100 76
Binary 11011100 1110100 1100001 0 101111 111000 1110 1001 1000000 111110

Color Harmonies of #DC7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7461

Black with #DC7461

Text Example


Text Example

White with #DC7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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