#DB6C59

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

Shades of Terra Cotta #DB6C59

Tints of Terra Cotta #DB6C59

Color information

#DB6C59 (or 0xDB6C59) is unknown color: approx Terra Cotta. HEX triplet: DB, 6C and 59. RGB value is (219,108,89). Sum of RGB (Red+Green+Blue) = 219+108+89=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C59 is #2493A6. Grayscale: #8B8B8B. Windows color (decimal): -2397095 or 5860571. OLE color: 5860571.

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

Color convert

RGB21910889-
CMYK00.510.590.14
HSL8.77º64.36%60.39%-
HSV(B)8.77º59.36%85.88%-
XYZ36.3826.5112.65-
YUV139.0299.77185.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.64%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=52.64%
G=25.96%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191088900.510.590.148.7764.3660.39
HexDB6C590333BE9403c
Octal33315413106373161110074
Binary11011011110110010110010110011111011111010011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6C59; }

 p { color: rgb(219,108,89); }

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

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

 a { background-color: rgb(219,108,89); }

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

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

 span { border-color: rgb(219,108,89); }

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