#D97A5B

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

Shades of Terra Cotta #D97A5B

Tints of Terra Cotta #D97A5B

Color information

#D97A5B (or 0xD97A5B) is unknown color: approx Terra Cotta. HEX triplet: D9, 7A and 5B. RGB value is (217,122,91). Sum of RGB (Red+Green+Blue) = 217+122+91=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A5B is #2685A4. Grayscale: #939393. Windows color (decimal): -2524581 or 5995225. OLE color: 5995225.

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

Color convert

RGB21712291-
CMYK00.440.580.15
HSL14.76º62.38%60.39%-
HSV(B)14.76º58.06%85.1%-
XYZ37.4629.4313.6-
YUV146.8796.47178.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=50.47%
G=28.37%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171229100.440.580.1514.7662.3860.39
HexD97A5B02C3AFf3e3c
Octal3311721330547217177674
Binary1101100111110101011011010110011101011111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A5B; }

 p { color: rgb(217,122,91); }

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

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

 a { background-color: rgb(217,122,91); }

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

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

 span { border-color: rgb(217,122,91); }

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