#DB7765

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

Shades of Terra Cotta #DB7765

Tints of Terra Cotta #DB7765

Color information

#DB7765 (or 0xDB7765) is unknown color: approx Terra Cotta. HEX triplet: DB, 77 and 65. RGB value is (219,119,101). Sum of RGB (Red+Green+Blue) = 219+119+101=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7765 is #24889A. Grayscale: #939393. Windows color (decimal): -2394267 or 6649819. OLE color: 6649819.

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

Color convert

RGB219119101-
CMYK00.460.540.14
HSL9.15º62.11%62.75%-
HSV(B)9.15º53.88%85.88%-
XYZ38.1629.1915.94-
YUV146.85102.13179.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=49.89%
G=27.11%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911910100.460.540.149.1562.1162.75
HexDB776502E36E93e3f
Octal3331671450566616117677
Binary1101101111101111100101010111011011011101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7765; }

 p { color: rgb(219,119,101); }

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

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

 a { background-color: rgb(219,119,101); }

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

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

 span { border-color: rgb(219,119,101); }

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