#DA7B61

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

Shades of Terra Cotta #DA7B61

Tints of Terra Cotta #DA7B61

Color information

#DA7B61 (or 0xDA7B61) is unknown color: approx Terra Cotta. HEX triplet: DA, 7B and 61. RGB value is (218,123,97). Sum of RGB (Red+Green+Blue) = 218+123+97=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B61 is #25849E. Grayscale: #949494. Windows color (decimal): -2458783 or 6388698. OLE color: 6388698.

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

Color convert

RGB21812397-
CMYK00.440.560.15
HSL12.89º62.05%61.76%-
HSV(B)12.89º55.5%85.49%-
XYZ38.1529.9315.08-
YUV148.4498.97177.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=49.77%
G=28.08%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181239700.440.560.1512.8962.0561.76
HexDA7B6102C38Fd3e3e
Octal3321731410547017157676
Binary1101101011110111100001010110011100011111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7B61; }

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

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

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

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

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

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

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

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