#D9735C

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

Shades of Terra Cotta #D9735C

Tints of Terra Cotta #D9735C

Color information

#D9735C (or 0xD9735C) is unknown color: approx Terra Cotta. HEX triplet: D9, 73 and 5C. RGB value is (217,115,92). Sum of RGB (Red+Green+Blue) = 217+115+92=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735C is #268CA3. Grayscale: #8F8F8F. Windows color (decimal): -2526372 or 6058969. OLE color: 6058969.

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

Color convert

RGB21711592-
CMYK00.470.580.15
HSL11.04º62.19%60.59%-
HSV(B)11.04º57.6%85.1%-
XYZ36.6827.7913.56-
YUV142.8899.29180.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=51.18%
G=27.12%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171159200.470.580.1511.0462.1960.59
HexD9735C02F3AFb3e3d
Octal3311631340577217137675
Binary1101100111100111011100010111111101011111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9735C; }

 p { color: rgb(217,115,92); }

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

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

 a { background-color: rgb(217,115,92); }

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

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

 span { border-color: rgb(217,115,92); }

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