#DA7152

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

Shades of Terra Cotta #DA7152

Tints of Terra Cotta #DA7152

Color information

#DA7152 (or 0xDA7152) is unknown color: approx Terra Cotta. HEX triplet: DA, 71 and 52. RGB value is (218,113,82). Sum of RGB (Red+Green+Blue) = 218+113+82=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7152 is #258EAD. Grayscale: #8D8D8D. Windows color (decimal): -2461358 or 5403098. OLE color: 5403098.

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

Color convert

RGB21811382-
CMYK00.480.620.15
HSL13.68º64.76%58.82%-
HSV(B)13.68º62.39%85.49%-
XYZ36.3427.3211.34-
YUV140.8694.79183.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=52.78%
G=27.36%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181138200.480.620.1513.6864.7658.82
HexDA71520303EFe413b
Octal33216112206076171610173
Binary11011010111000110100100110000111110111111101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7152; }

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

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

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

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

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

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

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

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