#DA7168

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

Shades of Terra Cotta #DA7168

Tints of Terra Cotta #DA7168

Color information

#DA7168 (or 0xDA7168) is unknown color: approx Terra Cotta. HEX triplet: DA, 71 and 68. RGB value is (218,113,104). Sum of RGB (Red+Green+Blue) = 218+113+104=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7168 is #258E97. Grayscale: #8F8F8F. Windows color (decimal): -2461336 or 6844890. OLE color: 6844890.

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

Color convert

RGB218113104-
CMYK00.480.520.15
HSL4.74º60.64%63.14%-
HSV(B)4.74º52.29%85.49%-
XYZ37.3227.7216.48-
YUV143.37105.79181.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=50.11%
G=25.98%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811310400.480.520.154.7460.6463.14
HexDA716803034F53d3f
Octal332161150060641757577
Binary110110101110001110100001100001101001111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7168; }

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

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

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

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

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

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

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

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