#DC7D59

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

Shades of Terra Cotta #DC7D59

Tints of Terra Cotta #DC7D59

Color information

#DC7D59 (or 0xDC7D59) is unknown color: approx Terra Cotta. HEX triplet: DC, 7D and 59. RGB value is (220,125,89). Sum of RGB (Red+Green+Blue) = 220+125+89=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D59 is #2382A6. Grayscale: #959595. Windows color (decimal): -2327207 or 5864924. OLE color: 5864924.

HSL color Cylindrical-coordinate representation of color #DC7D59: hue angle of 16.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7D59 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22012589-
CMYK00.430.600.14
HSL16.49º65.17%60.59%-
HSV(B)16.49º59.55%86.27%-
XYZ38.6530.613.32-
YUV149.393.97178.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=50.69%
G=28.80%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201258900.430.600.1416.4965.1760.59
HexDC7D5902B3CE10413d
Octal33417513105374162010175
Binary110111001111101101100101010111111001110100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D59; }

 p { color: rgb(220,125,89); }

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

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

 a { background-color: rgb(220,125,89); }

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

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

 span { border-color: rgb(220,125,89); }

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