#D96D55

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

Shades of Terra Cotta #D96D55

Tints of Terra Cotta #D96D55

Color information

#D96D55 (or 0xD96D55) is unknown color: approx Terra Cotta. HEX triplet: D9, 6D and 55. RGB value is (217,109,85). Sum of RGB (Red+Green+Blue) = 217+109+85=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D55 is #2692AA. Grayscale: #8A8A8A. Windows color (decimal): -2527915 or 5598681. OLE color: 5598681.

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

Color convert

RGB21710985-
CMYK00.500.610.15
HSL10.91º63.46%59.22%-
HSV(B)10.91º60.83%85.1%-
XYZ35.7226.3411.8-
YUV138.5697.78183.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.80%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=52.80%
G=26.52%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171098500.500.610.1510.9163.4659.22
HexD96D550323DFb3f3b
Octal3311551250627517137773
Binary1101100111011011010101011001011110111111011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D55; }

 p { color: rgb(217,109,85); }

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

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

 a { background-color: rgb(217,109,85); }

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

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

 span { border-color: rgb(217,109,85); }

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