#DB7866

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

Shades of Terra Cotta #DB7866

Tints of Terra Cotta #DB7866

Color information

#DB7866 (or 0xDB7866) is unknown color: approx Terra Cotta. HEX triplet: DB, 78 and 66. RGB value is (219,120,102). Sum of RGB (Red+Green+Blue) = 219+120+102=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7866 is #248799. Grayscale: #939393. Windows color (decimal): -2394010 or 6715611. OLE color: 6715611.

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

Color convert

RGB219120102-
CMYK00.450.530.14
HSL9.23º61.9%62.94%-
HSV(B)9.23º53.42%85.88%-
XYZ38.3329.4516.24-
YUV147.55102.3178.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=49.66%
G=27.21%
B=23.13%

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
Decimal21912010200.450.530.149.2361.962.94
HexDB786602D35E93e3f
Octal3331701460556516117677
Binary1101101111110001100110010110111010111101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7866; }

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

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

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

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

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

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

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

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