#D97456

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

Shades of Terra Cotta #D97456

Tints of Terra Cotta #D97456

Color information

#D97456 (or 0xD97456) is unknown color: approx Terra Cotta. HEX triplet: D9, 74 and 56. RGB value is (217,116,86). Sum of RGB (Red+Green+Blue) = 217+116+86=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D97456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97456 is #268BA9. Grayscale: #8F8F8F. Windows color (decimal): -2526122 or 5666009. OLE color: 5666009.

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

Color convert

RGB21711686-
CMYK00.470.600.15
HSL13.74º63.29%59.41%-
HSV(B)13.74º60.37%85.1%-
XYZ36.5427.9112.27-
YUV142.7895.96180.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=51.79%
G=27.68%
B=20.53%

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
Decimal2171168600.470.600.1513.7463.2959.41
HexD9745602F3CFe3f3b
Octal3311641260577417167773
Binary1101100111101001010110010111111110011111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97456; }

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

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

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

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

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

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

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

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