#DA7768

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

Shades of Terra Cotta #DA7768

Tints of Terra Cotta #DA7768

Color information

#DA7768 (or 0xDA7768) is unknown color: approx Terra Cotta. HEX triplet: DA, 77 and 68. RGB value is (218,119,104). Sum of RGB (Red+Green+Blue) = 218+119+104=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7768 is #258897. Grayscale: #939393. Windows color (decimal): -2459800 or 6846426. OLE color: 6846426.

HSL color Cylindrical-coordinate representation of color #DA7768: hue angle of 7.89º 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 #DA7768 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218119104-
CMYK00.450.520.15
HSL7.89º60.64%63.14%-
HSV(B)7.89º52.29%85.49%-
XYZ38.0129.116.71-
YUV146.89103.8178.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=49.43%
G=26.98%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811910400.450.520.157.8960.6463.14
HexDA776802D34F83d3f
Octal3321671500556417107577
Binary1101101011101111101000010110111010011111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7768; }

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

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

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

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

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

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

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

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