#D9755D

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

Shades of Terra Cotta #D9755D

Tints of Terra Cotta #D9755D

Color information

#D9755D (or 0xD9755D) is unknown color: approx Terra Cotta. HEX triplet: D9, 75 and 5D. RGB value is (217,117,93). Sum of RGB (Red+Green+Blue) = 217+117+93=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9755D is #268AA2. Grayscale: #909090. Windows color (decimal): -2525859 or 6125017. OLE color: 6125017.

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

Color convert

RGB21711793-
CMYK00.460.570.15
HSL11.61º62%60.78%-
HSV(B)11.61º57.14%85.1%-
XYZ36.9528.2613.86-
YUV144.1699.13179.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=50.82%
G=27.40%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171179300.460.570.1511.616260.78
HexD9755D02E39Fc3e3d
Octal3311651350567117147675
Binary1101100111101011011101010111011100111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9755D; }

 p { color: rgb(217,117,93); }

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

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

 a { background-color: rgb(217,117,93); }

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

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

 span { border-color: rgb(217,117,93); }

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