#DB7064

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

Shades of Terra Cotta #DB7064

Tints of Terra Cotta #DB7064

Color information

#DB7064 (or 0xDB7064) is unknown color: approx Terra Cotta. HEX triplet: DB, 70 and 64. RGB value is (219,112,100). Sum of RGB (Red+Green+Blue) = 219+112+100=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7064 is #248F9B. Grayscale: #8E8E8E. Windows color (decimal): -2396060 or 6582491. OLE color: 6582491.

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

Color convert

RGB219112100-
CMYK00.490.540.14
HSL6.05º62.3%62.55%-
HSV(B)6.05º54.34%85.88%-
XYZ37.3127.5715.41-
YUV142.62103.95182.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=50.81%
G=25.99%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911210000.490.540.146.0562.362.55
HexDB706403136E63e3f
Octal333160144061661667677
Binary110110111110000110010001100011101101110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7064; }

 p { color: rgb(219,112,100); }

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

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

 a { background-color: rgb(219,112,100); }

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

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

 span { border-color: rgb(219,112,100); }

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