#D97562

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

Shades of Terra Cotta #D97562

Tints of Terra Cotta #D97562

Color information

#D97562 (or 0xD97562) is unknown color: approx Terra Cotta. HEX triplet: D9, 75 and 62. RGB value is (217,117,98). Sum of RGB (Red+Green+Blue) = 217+117+98=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97562 is #268A9D. Grayscale: #909090. Windows color (decimal): -2525854 or 6452697. OLE color: 6452697.

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

Color convert

RGB21711798-
CMYK00.460.550.15
HSL9.58º61.03%61.76%-
HSV(B)9.58º54.84%85.1%-
XYZ37.1828.3615.07-
YUV144.73101.63179.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.23%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=50.23%
G=27.08%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171179800.460.550.159.5861.0361.76
HexD9756202E37Fa3d3e
Octal3311651420566717127576
Binary1101100111101011100010010111011011111111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97562; }

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

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

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

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

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

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

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

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