#D97768

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

Shades of Terra Cotta #D97768

Tints of Terra Cotta #D97768

Color information

#D97768 (or 0xD97768) is unknown color: approx Terra Cotta. HEX triplet: D9, 77 and 68. RGB value is (217,119,104). Sum of RGB (Red+Green+Blue) = 217+119+104=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D97768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97768 is #268897. Grayscale: #929292. Windows color (decimal): -2525336 or 6846425. OLE color: 6846425.

HSL color Cylindrical-coordinate representation of color #D97768: hue angle of 7.96º 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 #D97768 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217119104-
CMYK00.450.520.15
HSL7.96º59.79%62.94%-
HSV(B)7.96º52.07%85.1%-
XYZ37.7128.9416.7-
YUV146.59103.97178.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=49.32%
G=27.05%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711910400.450.520.157.9659.7962.94
HexD9776802D34F83c3f
Octal3311671500556417107477
Binary1101100111101111101000010110111010011111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97768; }

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

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

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

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

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

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

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

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