#D9715F

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

Shades of Terra Cotta #D9715F

Tints of Terra Cotta #D9715F

Color information

#D9715F (or 0xD9715F) is unknown color: approx Terra Cotta. HEX triplet: D9, 71 and 5F. RGB value is (217,113,95). Sum of RGB (Red+Green+Blue) = 217+113+95=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9715F is #268EA0. Grayscale: #8E8E8E. Windows color (decimal): -2526881 or 6255065. OLE color: 6255065.

HSL color Cylindrical-coordinate representation of color #D9715F: hue angle of 8.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9715F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21711395-
CMYK00.480.560.15
HSL8.85º61.62%61.18%-
HSV(B)8.85º56.22%85.1%-
XYZ36.5927.3914.18-
YUV142.04101.46181.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=51.06%
G=26.59%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171139500.480.560.158.8561.6261.18
HexD9715F03038F93e3d
Octal3311611370607017117675
Binary1101100111100011011111011000011100011111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9715F; }

 p { color: rgb(217,113,95); }

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

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

 a { background-color: rgb(217,113,95); }

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

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

 span { border-color: rgb(217,113,95); }

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