#D57369

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

Shades of Terra Cotta #D57369

Tints of Terra Cotta #D57369

Color information

#D57369 (or 0xD57369) is unknown color: approx Terra Cotta. HEX triplet: D5, 73 and 69. RGB value is (213,115,105). Sum of RGB (Red+Green+Blue) = 213+115+105=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D57369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57369 is #2A8C96. Grayscale: #8F8F8F. Windows color (decimal): -2788503 or 6910933. OLE color: 6910933.

HSL color Cylindrical-coordinate representation of color #D57369: hue angle of 5.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57369 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213115105-
CMYK00.460.510.16
HSL5.56º56.25%62.35%-
HSV(B)5.56º50.7%83.53%-
XYZ36.1227.4316.75-
YUV143.16106.47177.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=49.19%
G=26.56%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311510500.460.510.165.5656.2562.35
HexD5736902E33106383e
Octal325163151056632067076
Binary1101010111100111101001010111011001110000110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57369; }

 p { color: rgb(213,115,105); }

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

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

 a { background-color: rgb(213,115,105); }

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

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

 span { border-color: rgb(213,115,105); }

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