#DB7162

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

Shades of Terra Cotta #DB7162

Tints of Terra Cotta #DB7162

Color information

#DB7162 (or 0xDB7162) is unknown color: approx Terra Cotta. HEX triplet: DB, 71 and 62. RGB value is (219,113,98). Sum of RGB (Red+Green+Blue) = 219+113+98=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7162 is #248E9D. Grayscale: #8F8F8F. Windows color (decimal): -2395806 or 6451675. OLE color: 6451675.

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

Color convert

RGB21911398-
CMYK00.480.550.14
HSL7.44º62.69%62.16%-
HSV(B)7.44º55.25%85.88%-
XYZ37.3227.7514.94-
YUV142.98102.62182.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.93%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=50.93%
G=26.28%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191139800.480.550.147.4462.6962.16
HexDB716203037E73f3e
Octal333161142060671677776
Binary110110111110001110001001100001101111110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7162; }

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

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

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

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

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

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

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

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