#DB7062

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

Shades of Terra Cotta #DB7062

Tints of Terra Cotta #DB7062

Color information

#DB7062 (or 0xDB7062) is unknown color: approx Terra Cotta. HEX triplet: DB, 70 and 62. RGB value is (219,112,98). Sum of RGB (Red+Green+Blue) = 219+112+98=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7062 is #248F9D. Grayscale: #8E8E8E. Windows color (decimal): -2396062 or 6451419. OLE color: 6451419.

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

Color convert

RGB21911298-
CMYK00.490.550.14
HSL6.94º62.69%62.16%-
HSV(B)6.94º55.25%85.88%-
XYZ37.2127.5314.91-
YUV142.4102.95182.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=51.05%
G=26.11%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191129800.490.550.146.9462.6962.16
HexDB706203137E73f3e
Octal333160142061671677776
Binary110110111110000110001001100011101111110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7062; }

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

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

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

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

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

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

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

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