#DA6D61

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

Shades of Terra Cotta #DA6D61

Tints of Terra Cotta #DA6D61

Color information

#DA6D61 (or 0xDA6D61) is unknown color: approx Terra Cotta. HEX triplet: DA, 6D and 61. RGB value is (218,109,97). Sum of RGB (Red+Green+Blue) = 218+109+97=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D61 is #25929E. Grayscale: #8C8C8C. Windows color (decimal): -2462367 or 6385114. OLE color: 6385114.

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

Color convert

RGB21810997-
CMYK00.50.560.15
HSL5.95º62.05%61.76%-
HSV(B)5.95º55.5%85.49%-
XYZ36.5426.7114.54-
YUV140.22103.61183.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.42%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=51.42%
G=25.71%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181099700.50.560.155.9562.0561.76
HexDA6D6103238F63e3e
Octal332155141062701767676
Binary110110101101101110000101100101110001111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D61; }

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

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

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

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

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

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

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

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