#DA7469

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

Shades of Terra Cotta #DA7469

Tints of Terra Cotta #DA7469

Color information

#DA7469 (or 0xDA7469) is unknown color: approx Terra Cotta. HEX triplet: DA, 74 and 69. RGB value is (218,116,105). Sum of RGB (Red+Green+Blue) = 218+116+105=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7469 is #258B96. Grayscale: #919191. Windows color (decimal): -2460567 or 6911194. OLE color: 6911194.

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

Color convert

RGB218116105-
CMYK00.470.520.15
HSL5.84º60.43%63.33%-
HSV(B)5.84º51.83%85.49%-
XYZ37.7128.4216.86-
YUV145.24105.29179.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=49.66%
G=26.42%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811610500.470.520.155.8460.4363.33
HexDA746902F34F63c3f
Octal332164151057641767477
Binary110110101110100110100101011111101001111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7469; }

 p { color: rgb(218,116,105); }

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

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

 a { background-color: rgb(218,116,105); }

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

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

 span { border-color: rgb(218,116,105); }

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