#DB6C5C

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

Shades of Terra Cotta #DB6C5C

Tints of Terra Cotta #DB6C5C

Color information

#DB6C5C (or 0xDB6C5C) is unknown color: approx Terra Cotta. HEX triplet: DB, 6C and 5C. RGB value is (219,108,92). Sum of RGB (Red+Green+Blue) = 219+108+92=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C5C is #2493A3. Grayscale: #8B8B8B. Windows color (decimal): -2397092 or 6057179. OLE color: 6057179.

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

Color convert

RGB21910892-
CMYK00.510.580.14
HSL7.56º63.82%60.98%-
HSV(B)7.56º57.99%85.88%-
XYZ36.5126.5613.33-
YUV139.36101.27184.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.27%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=52.27%
G=25.78%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191089200.510.580.147.5663.8260.98
HexDB6C5C0333AE8403d
Octal33315413406372161010075
Binary11011011110110010111000110011111010111010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6C5C; }

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

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

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

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

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

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

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

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