#D97267

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

Shades of Terra Cotta #D97267

Tints of Terra Cotta #D97267

Color information

#D97267 (or 0xD97267) is unknown color: approx Terra Cotta. HEX triplet: D9, 72 and 67. RGB value is (217,114,103). Sum of RGB (Red+Green+Blue) = 217+114+103=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97267 is #268D98. Grayscale: #8F8F8F. Windows color (decimal): -2526617 or 6779609. OLE color: 6779609.

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

Color convert

RGB217114103-
CMYK00.470.530.15
HSL5.79º60%62.75%-
HSV(B)5.79º52.53%85.1%-
XYZ37.0827.7716.24-
YUV143.54105.12180.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=50%
G=26.27%
B=23.73%

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
Decimal21711410300.470.530.155.796062.75
HexD9726702F35F63c3f
Octal331162147057651767477
Binary110110011110010110011101011111101011111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97267; }

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

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

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

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

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

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

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

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