#D77169

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

Shades of Terra Cotta #D77169

Tints of Terra Cotta #D77169

Color information

#D77169 (or 0xD77169) is unknown color: approx Terra Cotta. HEX triplet: D7, 71 and 69. RGB value is (215,113,105). Sum of RGB (Red+Green+Blue) = 215+113+105=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77169 is #288E96. Grayscale: #8E8E8E. Windows color (decimal): -2657943 or 6910423. OLE color: 6910423.

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

Color convert

RGB215113105-
CMYK00.470.510.16
HSL4.36º57.89%62.75%-
HSV(B)4.36º51.16%84.31%-
XYZ36.4827.2816.71-
YUV142.59106.79179.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=49.65%
G=26.10%
B=24.25%

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
Decimal21511310500.470.510.164.3657.8962.75
HexD7716902F331043a3f
Octal327161151057632047277
Binary1101011111100011101001010111111001110000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77169; }

 p { color: rgb(215,113,105); }

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

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

 a { background-color: rgb(215,113,105); }

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

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

 span { border-color: rgb(215,113,105); }

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