#DB6D5C

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

Shades of Terra Cotta #DB6D5C

Tints of Terra Cotta #DB6D5C

Color information

#DB6D5C (or 0xDB6D5C) is unknown color: approx Terra Cotta. HEX triplet: DB, 6D and 5C. RGB value is (219,109,92). Sum of RGB (Red+Green+Blue) = 219+109+92=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D5C is #2492A3. Grayscale: #8C8C8C. Windows color (decimal): -2396836 or 6057435. OLE color: 6057435.

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

Color convert

RGB21910992-
CMYK00.500.580.14
HSL8.03º63.82%60.98%-
HSV(B)8.03º57.99%85.88%-
XYZ36.6126.7713.36-
YUV139.95100.94184.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=52.14%
G=25.95%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191099200.500.580.148.0363.8260.98
HexDB6D5C0323AE8403d
Octal33315513406272161010075
Binary11011011110110110111000110010111010111010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6D5C; }

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

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

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

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

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

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

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

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