#D67169

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

Shades of Terra Cotta #D67169

Tints of Terra Cotta #D67169

Color information

#D67169 (or 0xD67169) is unknown color: approx Terra Cotta. HEX triplet: D6, 71 and 69. RGB value is (214,113,105). Sum of RGB (Red+Green+Blue) = 214+113+105=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D67169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67169 is #298E96. Grayscale: #8E8E8E. Windows color (decimal): -2723479 or 6910422. OLE color: 6910422.

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

Color convert

RGB214113105-
CMYK00.470.510.16
HSL4.4º57.07%62.55%-
HSV(B)4.4º50.93%83.92%-
XYZ36.1927.1316.69-
YUV142.29106.96179.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.54%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=49.54%
G=26.16%
B=24.31%

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
Decimal21411310500.470.510.164.457.0762.55
HexD6716902F33104393f
Octal326161151057632047177
Binary1101011011100011101001010111111001110000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67169; }

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

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

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

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

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

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

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

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