#D97362

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

Shades of Terra Cotta #D97362

Tints of Terra Cotta #D97362

Color information

#D97362 (or 0xD97362) is unknown color: approx Terra Cotta. HEX triplet: D9, 73 and 62. RGB value is (217,115,98). Sum of RGB (Red+Green+Blue) = 217+115+98=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D97362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97362 is #268C9D. Grayscale: #8F8F8F. Windows color (decimal): -2526366 or 6452185. OLE color: 6452185.

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

Color convert

RGB21711598-
CMYK00.470.550.15
HSL8.57º61.03%61.76%-
HSV(B)8.57º54.84%85.1%-
XYZ36.9527.914.99-
YUV143.56102.29180.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=50.47%
G=26.74%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171159800.470.550.158.5761.0361.76
HexD9736202F37F93d3e
Octal3311631420576717117576
Binary1101100111100111100010010111111011111111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97362; }

 p { color: rgb(217,115,98); }

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

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

 a { background-color: rgb(217,115,98); }

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

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

 span { border-color: rgb(217,115,98); }

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