#DC705B

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

Shades of Terra Cotta #DC705B

Tints of Terra Cotta #DC705B

Color information

#DC705B (or 0xDC705B) is unknown color: approx Terra Cotta. HEX triplet: DC, 70 and 5B. RGB value is (220,112,91). Sum of RGB (Red+Green+Blue) = 220+112+91=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC705B is #238FA4. Grayscale: #8E8E8E. Windows color (decimal): -2330533 or 5992668. OLE color: 5992668.

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

Color convert

RGB22011291-
CMYK00.490.590.14
HSL9.77º64.82%60.98%-
HSV(B)9.77º58.64%86.27%-
XYZ37.227.5613.26-
YUV141.999.28183.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=52.01%
G=26.48%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201129100.490.590.149.7764.8260.98
HexDC705B0313BEa413d
Octal33416013306173161210175
Binary11011100111000010110110110001111011111010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC705B; }

 p { color: rgb(220,112,91); }

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

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

 a { background-color: rgb(220,112,91); }

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

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

 span { border-color: rgb(220,112,91); }

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