#D67165

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

Shades of Terra Cotta #D67165

Tints of Terra Cotta #D67165

Color information

#D67165 (or 0xD67165) is unknown color: approx Terra Cotta. HEX triplet: D6, 71 and 65. RGB value is (214,113,101). Sum of RGB (Red+Green+Blue) = 214+113+101=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67165 is #298E9A. Grayscale: #8D8D8D. Windows color (decimal): -2723483 or 6648278. OLE color: 6648278.

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

Color convert

RGB214113101-
CMYK00.470.530.16
HSL6.37º57.95%61.76%-
HSV(B)6.37º52.8%83.92%-
XYZ35.9927.0515.64-
YUV141.83104.96179.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=50%
G=26.40%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411310100.470.530.166.3757.9561.76
HexD6716502F351063a3e
Octal326161145057652067276
Binary1101011011100011100101010111111010110000110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67165; }

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

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

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

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

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

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

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

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