#D96F5E

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

Shades of Terra Cotta #D96F5E

Tints of Terra Cotta #D96F5E

Color information

#D96F5E (or 0xD96F5E) is unknown color: approx Terra Cotta. HEX triplet: D9, 6F and 5E. RGB value is (217,111,94). Sum of RGB (Red+Green+Blue) = 217+111+94=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F5E is #2690A1. Grayscale: #8C8C8C. Windows color (decimal): -2527394 or 6189017. OLE color: 6189017.

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

Color convert

RGB21711194-
CMYK00.490.570.15
HSL8.29º61.81%60.98%-
HSV(B)8.29º56.68%85.1%-
XYZ36.3226.9313.87-
YUV140.76101.62182.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=51.42%
G=26.30%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171119400.490.570.158.2961.8160.98
HexD96F5E03139F83e3d
Octal3311571360617117107675
Binary1101100111011111011110011000111100111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F5E; }

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

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

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

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

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

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

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

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