#D9765C

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

Shades of Terra Cotta #D9765C

Tints of Terra Cotta #D9765C

Color information

#D9765C (or 0xD9765C) is unknown color: approx Terra Cotta. HEX triplet: D9, 76 and 5C. RGB value is (217,118,92). Sum of RGB (Red+Green+Blue) = 217+118+92=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9765C is #2689A3. Grayscale: #909090. Windows color (decimal): -2525604 or 6059737. OLE color: 6059737.

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

Color convert

RGB21711892-
CMYK00.460.580.15
HSL12.48º62.19%60.59%-
HSV(B)12.48º57.6%85.1%-
XYZ37.0328.4813.67-
YUV144.6498.3179.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=50.82%
G=27.63%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171189200.460.580.1512.4862.1960.59
HexD9765C02E3AFc3e3d
Octal3311661340567217147675
Binary1101100111101101011100010111011101011111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9765C; }

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

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

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

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

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

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

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

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