#DC7A59

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

Shades of Terra Cotta #DC7A59

Tints of Terra Cotta #DC7A59

Color information

#DC7A59 (or 0xDC7A59) is unknown color: approx Terra Cotta. HEX triplet: DC, 7A and 59. RGB value is (220,122,89). Sum of RGB (Red+Green+Blue) = 220+122+89=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A59 is #2385A6. Grayscale: #939393. Windows color (decimal): -2327975 or 5864156. OLE color: 5864156.

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

Color convert

RGB22012289-
CMYK00.450.600.14
HSL15.11º65.17%60.59%-
HSV(B)15.11º59.55%86.27%-
XYZ38.2829.8613.2-
YUV147.5494.97179.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=51.04%
G=28.31%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201228900.450.600.1415.1165.1760.59
HexDC7A5902D3CEf413d
Octal33417213105574161710175
Binary11011100111101010110010101101111100111011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A59; }

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

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

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

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

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

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

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

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