#D57168

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

Shades of Terra Cotta #D57168

Tints of Terra Cotta #D57168

Color information

#D57168 (or 0xD57168) is unknown color: approx Terra Cotta. HEX triplet: D5, 71 and 68. RGB value is (213,113,104). Sum of RGB (Red+Green+Blue) = 213+113+104=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57168 is #2A8E97. Grayscale: #8E8E8E. Windows color (decimal): -2789016 or 6844885. OLE color: 6844885.

HSL color Cylindrical-coordinate representation of color #D57168: hue angle of 4.95º 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 #D57168 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213113104-
CMYK00.470.510.16
HSL4.95º56.48%62.16%-
HSV(B)4.95º51.17%83.53%-
XYZ35.8426.9616.41-
YUV141.87106.63178.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=49.53%
G=26.28%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311310400.470.510.164.9556.4862.16
HexD5716802F33105383e
Octal325161150057632057076
Binary1101010111100011101000010111111001110000101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57168; }

 p { color: rgb(213,113,104); }

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

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

 a { background-color: rgb(213,113,104); }

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

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

 span { border-color: rgb(213,113,104); }

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