#DB7563

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

Shades of Terra Cotta #DB7563

Tints of Terra Cotta #DB7563

Color information

#DB7563 (or 0xDB7563) is unknown color: approx Terra Cotta. HEX triplet: DB, 75 and 63. RGB value is (219,117,99). Sum of RGB (Red+Green+Blue) = 219+117+99=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7563 is #248A9C. Grayscale: #919191. Windows color (decimal): -2394781 or 6518235. OLE color: 6518235.

HSL color Cylindrical-coordinate representation of color #DB7563: hue angle of 9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB7563 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB21911799-
CMYK00.470.550.14
HSL62.5%62.35%-
HSV(B)54.79%85.88%-
XYZ37.8328.6815.35-
YUV145.45101.79180.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=50.34%
G=26.90%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191179900.470.550.14962.562.35
HexDB756302F37E93e3e
Octal3331651430576716117676
Binary1101101111101011100011010111111011111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7563; }

 p { color: rgb(219,117,99); }

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

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

 a { background-color: rgb(219,117,99); }

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

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

 span { border-color: rgb(219,117,99); }

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