#D97664

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

Shades of Terra Cotta #D97664

Tints of Terra Cotta #D97664

Color information

#D97664 (or 0xD97664) is unknown color: approx Terra Cotta. HEX triplet: D9, 76 and 64. RGB value is (217,118,100). Sum of RGB (Red+Green+Blue) = 217+118+100=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97664 is #26899B. Grayscale: #919191. Windows color (decimal): -2525596 or 6584025. OLE color: 6584025.

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

Color convert

RGB217118100-
CMYK00.460.540.15
HSL9.23º60.62%62.16%-
HSV(B)9.23º53.92%85.1%-
XYZ37.3928.6315.61-
YUV145.55102.3178.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=49.89%
G=27.13%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711810000.460.540.159.2360.6262.16
HexD9766402E36F93d3e
Octal3311661440566617117576
Binary1101100111101101100100010111011011011111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97664; }

 p { color: rgb(217,118,100); }

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

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

 a { background-color: rgb(217,118,100); }

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

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

 span { border-color: rgb(217,118,100); }

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