#DA7261

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

Shades of Terra Cotta #DA7261

Tints of Terra Cotta #DA7261

Color information

#DA7261 (or 0xDA7261) is unknown color: approx Terra Cotta. HEX triplet: DA, 72 and 61. RGB value is (218,114,97). Sum of RGB (Red+Green+Blue) = 218+114+97=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7261 is #258D9E. Grayscale: #8F8F8F. Windows color (decimal): -2461087 or 6386394. OLE color: 6386394.

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

Color convert

RGB21811497-
CMYK00.480.560.15
HSL8.43º62.05%61.76%-
HSV(B)8.43º55.5%85.49%-
XYZ37.0927.814.72-
YUV143.16101.96181.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.82%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=50.82%
G=26.57%
B=22.61%

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
Decimal2181149700.480.560.158.4362.0561.76
HexDA726103038F83e3e
Octal3321621410607017107676
Binary1101101011100101100001011000011100011111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7261; }

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

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

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

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

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

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

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

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