#DB7158

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

Shades of Terra Cotta #DB7158

Tints of Terra Cotta #DB7158

Color information

#DB7158 (or 0xDB7158) is unknown color: approx Terra Cotta. HEX triplet: DB, 71 and 58. RGB value is (219,113,88). Sum of RGB (Red+Green+Blue) = 219+113+88=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7158 is #248EA7. Grayscale: #8E8E8E. Windows color (decimal): -2395816 or 5796315. OLE color: 5796315.

HSL color Cylindrical-coordinate representation of color #DB7158: hue angle of 11.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB7158 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB21911388-
CMYK00.480.600.14
HSL11.45º64.53%60.2%-
HSV(B)11.45º59.82%85.88%-
XYZ36.8827.5712.61-
YUV141.8497.62183.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=52.14%
G=26.90%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191138800.480.600.1411.4564.5360.2
HexDB71580303CEb413c
Octal33316113006074161310174
Binary11011011111000110110000110000111100111010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7158; }

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

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

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

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

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

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

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

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