#D97A66

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

Shades of Terra Cotta #D97A66

Tints of Terra Cotta #D97A66

Color information

#D97A66 (or 0xD97A66) is unknown color: approx Terra Cotta. HEX triplet: D9, 7A and 66. RGB value is (217,122,102). Sum of RGB (Red+Green+Blue) = 217+122+102=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A66 is #268599. Grayscale: #949494. Windows color (decimal): -2524570 or 6716121. OLE color: 6716121.

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

Color convert

RGB217122102-
CMYK00.440.530.15
HSL10.43º60.21%62.55%-
HSV(B)10.43º53%85.1%-
XYZ37.9729.6316.29-
YUV148.12101.97177.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=49.21%
G=27.66%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712210200.440.530.1510.4360.2162.55
HexD97A6602C35Fa3c3f
Octal3311721460546517127477
Binary1101100111110101100110010110011010111111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A66; }

 p { color: rgb(217,122,102); }

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

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

 a { background-color: rgb(217,122,102); }

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

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

 span { border-color: rgb(217,122,102); }

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