#D96F66

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

Shades of Terra Cotta #D96F66

Tints of Terra Cotta #D96F66

Color information

#D96F66 (or 0xD96F66) is unknown color: approx Terra Cotta. HEX triplet: D9, 6F and 66. RGB value is (217,111,102). Sum of RGB (Red+Green+Blue) = 217+111+102=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F66 is #269099. Grayscale: #8D8D8D. Windows color (decimal): -2527386 or 6713305. OLE color: 6713305.

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

Color convert

RGB217111102-
CMYK00.490.530.15
HSL4.7º60.21%62.55%-
HSV(B)4.7º53%85.1%-
XYZ36.727.0815.86-
YUV141.67105.62181.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=50.47%
G=25.81%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711110200.490.530.154.760.2162.55
HexD96F6603135F53c3f
Octal331157146061651757477
Binary110110011101111110011001100011101011111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F66; }

 p { color: rgb(217,111,102); }

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

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

 a { background-color: rgb(217,111,102); }

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

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

 span { border-color: rgb(217,111,102); }

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