#D97469

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

Shades of Terra Cotta #D97469

Tints of Terra Cotta #D97469

Color information

#D97469 (or 0xD97469) is unknown color: approx Terra Cotta. HEX triplet: D9, 74 and 69. RGB value is (217,116,105). Sum of RGB (Red+Green+Blue) = 217+116+105=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D97469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97469 is #268B96. Grayscale: #919191. Windows color (decimal): -2526103 or 6911193. OLE color: 6911193.

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

Color convert

RGB217116105-
CMYK00.470.520.15
HSL5.89º59.57%63.14%-
HSV(B)5.89º51.61%85.1%-
XYZ37.4128.2616.85-
YUV144.94105.46179.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=49.54%
G=26.48%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711610500.470.520.155.8959.5763.14
HexD9746902F34F63c3f
Octal331164151057641767477
Binary110110011110100110100101011111101001111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97469; }

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

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

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

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

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

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

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

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