#DB775D

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

Shades of Terra Cotta #DB775D

Tints of Terra Cotta #DB775D

Color information

#DB775D (or 0xDB775D) is unknown color: approx Terra Cotta. HEX triplet: DB, 77 and 5D. RGB value is (219,119,93). Sum of RGB (Red+Green+Blue) = 219+119+93=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB775D is #2488A2. Grayscale: #929292. Windows color (decimal): -2394275 or 6125531. OLE color: 6125531.

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

Color convert

RGB21911993-
CMYK00.460.580.14
HSL12.38º63.64%61.18%-
HSV(B)12.38º57.53%85.88%-
XYZ37.7929.0413.97-
YUV145.9498.13180.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=50.81%
G=27.61%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191199300.460.580.1412.3863.6461.18
HexDB775D02E3AEc403d
Octal33316713505672161410075
Binary11011011111011110111010101110111010111011001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB775D; }

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

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

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

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

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

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

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

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