#D97668

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

Shades of Terra Cotta #D97668

Tints of Terra Cotta #D97668

Color information

#D97668 (or 0xD97668) is unknown color: approx Terra Cotta. HEX triplet: D9, 76 and 68. RGB value is (217,118,104). Sum of RGB (Red+Green+Blue) = 217+118+104=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D97668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97668 is #268997. Grayscale: #929292. Windows color (decimal): -2525592 or 6846169. OLE color: 6846169.

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

Color convert

RGB217118104-
CMYK00.460.520.15
HSL7.43º59.79%62.94%-
HSV(B)7.43º52.07%85.1%-
XYZ37.5928.7116.66-
YUV146104.3178.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=49.43%
G=26.88%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711810400.460.520.157.4359.7962.94
HexD9766802E34F73c3f
Octal331166150056641777477
Binary110110011110110110100001011101101001111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97668; }

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

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

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

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

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

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

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

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