#DB7365

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

Shades of Terra Cotta #DB7365

Tints of Terra Cotta #DB7365

Color information

#DB7365 (or 0xDB7365) is unknown color: approx Terra Cotta. HEX triplet: DB, 73 and 65. RGB value is (219,115,101). Sum of RGB (Red+Green+Blue) = 219+115+101=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7365 is #248C9A. Grayscale: #909090. Windows color (decimal): -2395291 or 6648795. OLE color: 6648795.

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

Color convert

RGB219115101-
CMYK00.470.540.14
HSL7.12º62.11%62.75%-
HSV(B)7.12º53.88%85.88%-
XYZ37.6928.2615.78-
YUV144.5103.46181.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=50.34%
G=26.44%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911510100.470.540.147.1262.1162.75
HexDB736502F36E73e3f
Octal333163145057661677677
Binary110110111110011110010101011111101101110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7365; }

 p { color: rgb(219,115,101); }

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

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

 a { background-color: rgb(219,115,101); }

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

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

 span { border-color: rgb(219,115,101); }

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