#db765a

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

Shades of Terra Cotta #DB765A

Tints of Terra Cotta #DB765A

Color information

#DB765A (or 0xDB765A) is unknown color: approx Terra Cotta. HEX triplet: DB, 76 and 5A. RGB value is (219,118,90). Sum of RGB (Red+Green+Blue) = 219+118+90=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB765A is #2489A5. Grayscale: #919191. Windows color (decimal): -2394534 or 5928667. OLE color: 5928667.

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

Color convert

RGB21911890-
CMYK00.460.590.14
HSL13.02º64.18%60.59%-
HSV(B)13.02º58.9%85.88%-
XYZ37.5428.7613.24-
YUV145.0196.96180.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=51.29%
G=27.63%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191189000.460.590.1413.0264.1860.59
HexDB765A02E3BEd403d
Octal33316613205673161510075
Binary11011011111011010110100101110111011111011011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db765a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db765a; }

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

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

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

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

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

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

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

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