#DB7568

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

Shades of Terra Cotta #DB7568

Tints of Terra Cotta #DB7568

Color information

#DB7568 (or 0xDB7568) is unknown color: approx Terra Cotta. HEX triplet: DB, 75 and 68. RGB value is (219,117,104). Sum of RGB (Red+Green+Blue) = 219+117+104=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7568 is #248A97. Grayscale: #929292. Windows color (decimal): -2394776 or 6845915. OLE color: 6845915.

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

Color convert

RGB219117104-
CMYK00.470.530.14
HSL6.78º61.5%63.33%-
HSV(B)6.78º52.51%85.88%-
XYZ38.0728.7816.65-
YUV146.02104.29180.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=49.77%
G=26.59%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911710400.470.530.146.7861.563.33
HexDB756802F35E73d3f
Octal333165150057651677577
Binary110110111110101110100001011111101011110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7568; }

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

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

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

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

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

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

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

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