#DB795E

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

Shades of Terra Cotta #DB795E

Tints of Terra Cotta #DB795E

Color information

#DB795E (or 0xDB795E) is unknown color: approx Terra Cotta. HEX triplet: DB, 79 and 5E. RGB value is (219,121,94). Sum of RGB (Red+Green+Blue) = 219+121+94=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB795E is #2486A1. Grayscale: #939393. Windows color (decimal): -2393762 or 6191579. OLE color: 6191579.

HSL color Cylindrical-coordinate representation of color #DB795E: hue angle of 12.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB795E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB21912194-
CMYK00.450.570.14
HSL12.96º63.45%61.37%-
HSV(B)12.96º57.08%85.88%-
XYZ38.0729.5414.29-
YUV147.2297.97179.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=50.46%
G=27.88%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191219400.450.570.1412.9663.4561.37
HexDB795E02D39Ed3f3d
Octal3331711360557116157775
Binary1101101111110011011110010110111100111101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB795E; }

 p { color: rgb(219,121,94); }

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

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

 a { background-color: rgb(219,121,94); }

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

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

 span { border-color: rgb(219,121,94); }

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