#DB7362

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

Shades of Terra Cotta #DB7362

Tints of Terra Cotta #DB7362

Color information

#DB7362 (or 0xDB7362) is unknown color: approx Terra Cotta. HEX triplet: DB, 73 and 62. RGB value is (219,115,98). Sum of RGB (Red+Green+Blue) = 219+115+98=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7362 is #248C9D. Grayscale: #909090. Windows color (decimal): -2395294 or 6452187. OLE color: 6452187.

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

Color convert

RGB21911598-
CMYK00.470.550.14
HSL8.43º62.69%62.16%-
HSV(B)8.43º55.25%85.88%-
XYZ37.5528.215.02-
YUV144.16101.96181.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=50.69%
G=26.62%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191159800.470.550.148.4362.6962.16
HexDB736202F37E83f3e
Octal3331631420576716107776
Binary1101101111100111100010010111111011111101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7362; }

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

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

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

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

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

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

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

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