#D9716A

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

Shades of Terra Cotta #D9716A

Tints of Terra Cotta #D9716A

Color information

#D9716A (or 0xD9716A) is unknown color: approx Terra Cotta. HEX triplet: D9, 71 and 6A. RGB value is (217,113,106). Sum of RGB (Red+Green+Blue) = 217+113+106=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9716A is #268E95. Grayscale: #8F8F8F. Windows color (decimal): -2526870 or 6975961. OLE color: 6975961.

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

Color convert

RGB217113106-
CMYK00.480.510.15
HSL3.78º59.36%63.33%-
HSV(B)3.78º51.15%85.1%-
XYZ37.1227.617.01-
YUV143.3106.96180.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=49.77%
G=25.92%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711310600.480.510.153.7859.3663.33
HexD9716A03033F43b3f
Octal331161152060631747377
Binary110110011110001110101001100001100111111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9716A; }

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

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

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

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

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

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

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

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