#DB6B56

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

Shades of Terra Cotta #DB6B56

Tints of Terra Cotta #DB6B56

Color information

#DB6B56 (or 0xDB6B56) is unknown color: approx Terra Cotta. HEX triplet: DB, 6B and 56. RGB value is (219,107,86). Sum of RGB (Red+Green+Blue) = 219+107+86=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B56 is #2494A9. Grayscale: #8A8A8A. Windows color (decimal): -2397354 or 5663707. OLE color: 5663707.

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

Color convert

RGB21910786-
CMYK00.510.610.14
HSL9.47º64.88%59.8%-
HSV(B)9.47º60.73%85.88%-
XYZ36.1526.2511.96-
YUV138.0998.61185.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=53.16%
G=25.97%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191078600.510.610.149.4764.8859.8
HexDB6B560333DE9413c
Octal33315312606375161110174
Binary11011011110101110101100110011111101111010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B56; }

 p { color: rgb(219,107,86); }

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

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

 a { background-color: rgb(219,107,86); }

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

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

 span { border-color: rgb(219,107,86); }

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