#D97467

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

Shades of Terra Cotta #D97467

Tints of Terra Cotta #D97467

Color information

#D97467 (or 0xD97467) is unknown color: approx Terra Cotta. HEX triplet: D9, 74 and 67. RGB value is (217,116,103). Sum of RGB (Red+Green+Blue) = 217+116+103=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97467 is #268B98. Grayscale: #909090. Windows color (decimal): -2526105 or 6780121. OLE color: 6780121.

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

Color convert

RGB217116103-
CMYK00.470.530.15
HSL6.84º60%62.75%-
HSV(B)6.84º52.53%85.1%-
XYZ37.3128.2216.31-
YUV144.72104.46179.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=49.77%
G=26.61%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711610300.470.530.156.846062.75
HexD9746702F35F73c3f
Octal331164147057651777477
Binary110110011110100110011101011111101011111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97467; }

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

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

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

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

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

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

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

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