#DB7565

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

Shades of Terra Cotta #DB7565

Tints of Terra Cotta #DB7565

Color information

#DB7565 (or 0xDB7565) is unknown color: approx Terra Cotta. HEX triplet: DB, 75 and 65. RGB value is (219,117,101). Sum of RGB (Red+Green+Blue) = 219+117+101=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7565 is #248A9A. Grayscale: #919191. Windows color (decimal): -2394779 or 6649307. OLE color: 6649307.

HSL color Cylindrical-coordinate representation of color #DB7565: hue angle of 8.14º 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 #DB7565 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB219117101-
CMYK00.470.540.14
HSL8.14º62.11%62.75%-
HSV(B)8.14º53.88%85.88%-
XYZ37.9228.7215.86-
YUV145.67102.79180.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=50.11%
G=26.77%
B=23.11%

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
Decimal21911710100.470.540.148.1462.1162.75
HexDB756502F36E83e3f
Octal3331651450576616107677
Binary1101101111101011100101010111111011011101000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7565; }

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

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

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

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

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

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

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

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