#D97767

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

Shades of Terra Cotta #D97767

Tints of Terra Cotta #D97767

Color information

#D97767 (or 0xD97767) is unknown color: approx Terra Cotta. HEX triplet: D9, 77 and 67. RGB value is (217,119,103). Sum of RGB (Red+Green+Blue) = 217+119+103=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D97767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97767 is #268898. Grayscale: #929292. Windows color (decimal): -2525337 or 6780889. OLE color: 6780889.

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

Color convert

RGB217119103-
CMYK00.450.530.15
HSL8.42º60%62.75%-
HSV(B)8.42º52.53%85.1%-
XYZ37.6628.9216.43-
YUV146.48103.47178.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=49.43%
G=27.11%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711910300.450.530.158.426062.75
HexD9776702D35F83c3f
Octal3311671470556517107477
Binary1101100111101111100111010110111010111111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97767; }

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

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

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

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

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

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

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

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