#DB7663

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

Shades of Terra Cotta #DB7663

Tints of Terra Cotta #DB7663

Color information

#DB7663 (or 0xDB7663) is unknown color: approx Terra Cotta. HEX triplet: DB, 76 and 63. RGB value is (219,118,99). Sum of RGB (Red+Green+Blue) = 219+118+99=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7663 is #24899C. Grayscale: #929292. Windows color (decimal): -2394525 or 6518491. OLE color: 6518491.

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

Color convert

RGB21911899-
CMYK00.460.550.14
HSL9.5º62.5%62.35%-
HSV(B)9.5º54.79%85.88%-
XYZ37.9428.9215.39-
YUV146.03101.46180.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.23%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=50.23%
G=27.06%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191189900.460.550.149.562.562.35
HexDB766302E37Ea3e3e
Octal3331661430566716127676
Binary1101101111101101100011010111011011111101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7663; }

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

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

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

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

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

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

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

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