#DB7868

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

Shades of Terra Cotta #DB7868

Tints of Terra Cotta #DB7868

Color information

#DB7868 (or 0xDB7868) is unknown color: approx Terra Cotta. HEX triplet: DB, 78 and 68. RGB value is (219,120,104). Sum of RGB (Red+Green+Blue) = 219+120+104=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7868 is #248797. Grayscale: #939393. Windows color (decimal): -2394008 or 6846683. OLE color: 6846683.

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

Color convert

RGB219120104-
CMYK00.450.530.14
HSL8.35º61.5%63.33%-
HSV(B)8.35º52.51%85.88%-
XYZ38.4329.4916.76-
YUV147.78103.3178.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=49.44%
G=27.09%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912010400.450.530.148.3561.563.33
HexDB786802D35E83d3f
Octal3331701500556516107577
Binary1101101111110001101000010110111010111101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7868; }

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

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

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

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

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

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

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

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