#D97B5B

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

Shades of Terra Cotta #D97B5B

Tints of Terra Cotta #D97B5B

Color information

#D97B5B (or 0xD97B5B) is unknown color: approx Terra Cotta. HEX triplet: D9, 7B and 5B. RGB value is (217,123,91). Sum of RGB (Red+Green+Blue) = 217+123+91=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B5B is #2684A4. Grayscale: #939393. Windows color (decimal): -2524325 or 5995481. OLE color: 5995481.

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

Color convert

RGB21712391-
CMYK00.430.580.15
HSL15.24º62.38%60.39%-
HSV(B)15.24º58.06%85.1%-
XYZ37.5929.6713.64-
YUV147.4696.14177.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=50.35%
G=28.54%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171239100.430.580.1515.2462.3860.39
HexD97B5B02B3AFf3e3c
Octal3311731330537217177674
Binary1101100111110111011011010101111101011111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B5B; }

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

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

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

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

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

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

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

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