#DA7161

Color #DA7161 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DA7161

Tints of Terra Cotta #DA7161

Color information

#DA7161 (or 0xDA7161) is unknown color: approx Terra Cotta. HEX triplet: DA, 71 and 61. RGB value is (218,113,97). Sum of RGB (Red+Green+Blue) = 218+113+97=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7161 is #258E9E. Grayscale: #8E8E8E. Windows color (decimal): -2461343 or 6386138. OLE color: 6386138.

HSL color Cylindrical-coordinate representation of color #DA7161: hue angle of 7.93º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7161 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21811397-
CMYK00.480.560.15
HSL7.93º62.05%61.76%-
HSV(B)7.93º55.5%85.49%-
XYZ36.9827.5814.68-
YUV142.57102.29181.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=50.93%
G=26.40%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181139700.480.560.157.9362.0561.76
HexDA716103038F83e3e
Octal3321611410607017107676
Binary1101101011100011100001011000011100011111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7161; }

 p { color: rgb(218,113,97); }

 H1.HeaderClassName
 {
   color: #DA7161;
 }
 .AnyTagClassName
 {
   color: #DA7161;
 }
</style>
background-color css

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

 a { background-color: rgb(218,113,97); }

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

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

 span { border-color: rgb(218,113,97); }

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