#DB7562

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

Shades of Terra Cotta #DB7562

Tints of Terra Cotta #DB7562

Color information

#DB7562 (or 0xDB7562) is unknown color: approx Terra Cotta. HEX triplet: DB, 75 and 62. RGB value is (219,117,98). Sum of RGB (Red+Green+Blue) = 219+117+98=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7562 is #248A9D. Grayscale: #919191. Windows color (decimal): -2394782 or 6452699. OLE color: 6452699.

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

Color convert

RGB21911798-
CMYK00.470.550.14
HSL9.42º62.69%62.16%-
HSV(B)9.42º55.25%85.88%-
XYZ37.7828.6615.1-
YUV145.33101.29180.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=50.46%
G=26.96%
B=22.58%

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
Decimal2191179800.470.550.149.4262.6962.16
HexDB756202F37E93f3e
Octal3331651420576716117776
Binary1101101111101011100010010111111011111101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7562; }

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

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

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

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

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

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

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

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