#DA7267

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

Shades of Terra Cotta #DA7267

Tints of Terra Cotta #DA7267

Color information

#DA7267 (or 0xDA7267) is unknown color: approx Terra Cotta. HEX triplet: DA, 72 and 67. RGB value is (218,114,103). Sum of RGB (Red+Green+Blue) = 218+114+103=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7267 is #258D98. Grayscale: #8F8F8F. Windows color (decimal): -2461081 or 6779610. OLE color: 6779610.

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

Color convert

RGB218114103-
CMYK00.480.530.15
HSL5.74º60.85%62.94%-
HSV(B)5.74º52.75%85.49%-
XYZ37.3827.9216.25-
YUV143.84104.96180.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=50.11%
G=26.21%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811410300.480.530.155.7460.8562.94
HexDA726703035F63d3f
Octal332162147060651767577
Binary110110101110010110011101100001101011111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7267; }

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

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

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

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

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

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

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

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