#DB705D

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

Shades of Terra Cotta #DB705D

Tints of Terra Cotta #DB705D

Color information

#DB705D (or 0xDB705D) is unknown color: approx Terra Cotta. HEX triplet: DB, 70 and 5D. RGB value is (219,112,93). Sum of RGB (Red+Green+Blue) = 219+112+93=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB705D is #248FA2. Grayscale: #8E8E8E. Windows color (decimal): -2396067 or 6123739. OLE color: 6123739.

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

Color convert

RGB21911293-
CMYK00.490.580.14
HSL9.05º63.64%61.18%-
HSV(B)9.05º57.53%85.88%-
XYZ36.9827.4413.7-
YUV141.83100.45183.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.65%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=51.65%
G=26.42%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191129300.490.580.149.0563.6461.18
HexDB705D0313AE9403d
Octal33316013506172161110075
Binary11011011111000010111010110001111010111010011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB705D; }

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

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

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

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

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

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

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

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