#D97156

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

Shades of Terra Cotta #D97156

Tints of Terra Cotta #D97156

Color information

#D97156 (or 0xD97156) is unknown color: approx Terra Cotta. HEX triplet: D9, 71 and 56. RGB value is (217,113,86). Sum of RGB (Red+Green+Blue) = 217+113+86=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D97156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97156 is #268EA9. Grayscale: #8D8D8D. Windows color (decimal): -2526890 or 5665241. OLE color: 5665241.

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

Color convert

RGB21711386-
CMYK00.480.600.15
HSL12.37º63.29%59.41%-
HSV(B)12.37º60.37%85.1%-
XYZ36.227.2312.15-
YUV141.0296.96182.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.16%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=52.16%
G=27.16%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171138600.480.600.1512.3763.2959.41
HexD971560303CFc3f3b
Octal3311611260607417147773
Binary1101100111100011010110011000011110011111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97156; }

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

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

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

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

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

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

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

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