#D97356

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

Shades of Terra Cotta #D97356

Tints of Terra Cotta #D97356

Color information

#D97356 (or 0xD97356) is unknown color: approx Terra Cotta. HEX triplet: D9, 73 and 56. RGB value is (217,115,86). Sum of RGB (Red+Green+Blue) = 217+115+86=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D97356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97356 is #268CA9. Grayscale: #8E8E8E. Windows color (decimal): -2526378 or 5665753. OLE color: 5665753.

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

Color convert

RGB21711586-
CMYK00.470.600.15
HSL13.28º63.29%59.41%-
HSV(B)13.28º60.37%85.1%-
XYZ36.4327.6912.23-
YUV142.1996.29181.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=51.91%
G=27.51%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171158600.470.600.1513.2863.2959.41
HexD9735602F3CFd3f3b
Octal3311631260577417157773
Binary1101100111100111010110010111111110011111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97356; }

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

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

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

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

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

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

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

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