#D87469

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

Shades of Terra Cotta #D87469

Tints of Terra Cotta #D87469

Color information

#D87469 (or 0xD87469) is unknown color: approx Terra Cotta. HEX triplet: D8, 74 and 69. RGB value is (216,116,105). Sum of RGB (Red+Green+Blue) = 216+116+105=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D87469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87469 is #278B96. Grayscale: #909090. Windows color (decimal): -2591639 or 6911192. OLE color: 6911192.

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

Color convert

RGB216116105-
CMYK00.460.510.15
HSL5.95º58.73%62.94%-
HSV(B)5.95º51.39%84.71%-
XYZ37.1128.1116.83-
YUV144.65105.63178.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=49.43%
G=26.54%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611610500.460.510.155.9558.7362.94
HexD8746902E33F63b3f
Octal330164151056631767377
Binary110110001110100110100101011101100111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87469; }

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

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

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

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

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

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

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

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