#D97569

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

Shades of Terra Cotta #D97569

Tints of Terra Cotta #D97569

Color information

#D97569 (or 0xD97569) is unknown color: approx Terra Cotta. HEX triplet: D9, 75 and 69. RGB value is (217,117,105). Sum of RGB (Red+Green+Blue) = 217+117+105=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D97569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97569 is #268A96. Grayscale: #919191. Windows color (decimal): -2525847 or 6911449. OLE color: 6911449.

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

Color convert

RGB217117105-
CMYK00.460.520.15
HSL6.43º59.57%63.14%-
HSV(B)6.43º51.61%85.1%-
XYZ37.5328.4916.89-
YUV145.53105.13178.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=49.43%
G=26.65%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711710500.460.520.156.4359.5763.14
HexD9756902E34F63c3f
Octal331165151056641767477
Binary110110011110101110100101011101101001111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97569; }

 p { color: rgb(217,117,105); }

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

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

 a { background-color: rgb(217,117,105); }

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

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

 span { border-color: rgb(217,117,105); }

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