#DA7268

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

Shades of Terra Cotta #DA7268

Tints of Terra Cotta #DA7268

Color information

#DA7268 (or 0xDA7268) is unknown color: approx Terra Cotta. HEX triplet: DA, 72 and 68. RGB value is (218,114,104). Sum of RGB (Red+Green+Blue) = 218+114+104=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7268 is #258D97. Grayscale: #909090. Windows color (decimal): -2461080 or 6845146. OLE color: 6845146.

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

Color convert

RGB218114104-
CMYK00.480.520.15
HSL5.26º60.64%63.14%-
HSV(B)5.26º52.29%85.49%-
XYZ37.4327.9416.52-
YUV143.96105.46180.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=50%
G=26.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811410400.480.520.155.2660.6463.14
HexDA726803034F53d3f
Octal332162150060641757577
Binary110110101110010110100001100001101001111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7268; }

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

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

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

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

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

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

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

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