#d96e55

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

Shades of Terra Cotta #D96E55

Tints of Terra Cotta #D96E55

Color information

#D96E55 (or 0xD96E55) is unknown color: approx Terra Cotta. HEX triplet: D9, 6E and 55. RGB value is (217,110,85). Sum of RGB (Red+Green+Blue) = 217+110+85=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E55 is #2691AA. Grayscale: #8B8B8B. Windows color (decimal): -2527659 or 5598937. OLE color: 5598937.

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

Color convert

RGB21711085-
CMYK00.490.610.15
HSL11.36º63.46%59.22%-
HSV(B)11.36º60.83%85.1%-
XYZ35.8326.5611.83-
YUV139.1497.45183.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=52.67%
G=26.70%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171108500.490.610.1511.3663.4659.22
HexD96E550313DFb3f3b
Octal3311561250617517137773
Binary1101100111011101010101011000111110111111011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d96e55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d96e55; }

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

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

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

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

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

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

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

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