#DB785D

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

Shades of Terra Cotta #DB785D

Tints of Terra Cotta #DB785D

Color information

#DB785D (or 0xDB785D) is unknown color: approx Terra Cotta. HEX triplet: DB, 78 and 5D. RGB value is (219,120,93). Sum of RGB (Red+Green+Blue) = 219+120+93=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB785D is #2487A2. Grayscale: #929292. Windows color (decimal): -2394019 or 6125787. OLE color: 6125787.

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

Color convert

RGB21912093-
CMYK00.450.580.14
HSL12.86º63.64%61.18%-
HSV(B)12.86º57.53%85.88%-
XYZ37.9129.2814.01-
YUV146.5297.8179.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=50.69%
G=27.78%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191209300.450.580.1412.8663.6461.18
HexDB785D02D3AEd403d
Octal33317013505572161510075
Binary11011011111100010111010101101111010111011011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB785D; }

 p { color: rgb(219,120,93); }

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

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

 a { background-color: rgb(219,120,93); }

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

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

 span { border-color: rgb(219,120,93); }

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