#D9795C

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

Shades of Terra Cotta #D9795C

Tints of Terra Cotta #D9795C

Color information

#D9795C (or 0xD9795C) is unknown color: approx Terra Cotta. HEX triplet: D9, 79 and 5C. RGB value is (217,121,92). Sum of RGB (Red+Green+Blue) = 217+121+92=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9795C is #2686A3. Grayscale: #929292. Windows color (decimal): -2524836 or 6060505. OLE color: 6060505.

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

Color convert

RGB21712192-
CMYK00.440.580.15
HSL13.92º62.19%60.59%-
HSV(B)13.92º57.6%85.1%-
XYZ37.3829.213.79-
YUV146.497.3178.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=50.47%
G=28.14%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171219200.440.580.1513.9262.1960.59
HexD9795C02C3AFe3e3d
Octal3311711340547217167675
Binary1101100111110011011100010110011101011111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9795C; }

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

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

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

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

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

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

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

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