#D96C55

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

Shades of Terra Cotta #D96C55

Tints of Terra Cotta #D96C55

Color information

#D96C55 (or 0xD96C55) is unknown color: approx Terra Cotta. HEX triplet: D9, 6C and 55. RGB value is (217,108,85). Sum of RGB (Red+Green+Blue) = 217+108+85=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C55 is #2693AA. Grayscale: #8A8A8A. Windows color (decimal): -2528171 or 5598425. OLE color: 5598425.

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

Color convert

RGB21710885-
CMYK00.500.610.15
HSL10.45º63.46%59.22%-
HSV(B)10.45º60.83%85.1%-
XYZ35.6226.1311.76-
YUV137.9798.11184.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=52.93%
G=26.34%
B=20.73%

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
Decimal2171088500.500.610.1510.4563.4659.22
HexD96C550323DFa3f3b
Octal3311541250627517127773
Binary1101100111011001010101011001011110111111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C55; }

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

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

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

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

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

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

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

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