#DB7066

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

Shades of Terra Cotta #DB7066

Tints of Terra Cotta #DB7066

Color information

#DB7066 (or 0xDB7066) is unknown color: approx Terra Cotta. HEX triplet: DB, 70 and 66. RGB value is (219,112,102). Sum of RGB (Red+Green+Blue) = 219+112+102=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7066 is #248F99. Grayscale: #8F8F8F. Windows color (decimal): -2396058 or 6713563. OLE color: 6713563.

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

Color convert

RGB219112102-
CMYK00.490.530.14
HSL5.13º61.9%62.94%-
HSV(B)5.13º53.42%85.88%-
XYZ37.4127.6115.93-
YUV142.85104.95182.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=50.58%
G=25.87%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911210200.490.530.145.1361.962.94
HexDB706603135E53e3f
Octal333160146061651657677
Binary110110111110000110011001100011101011110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7066; }

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

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

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

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

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

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

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

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